Firefox Add-on SDK Tutorials 1: Getting started and the CFX Tool



Odsłony: 547, ocena: 14, zobacz też: drwale.rolnicy.com, czas: 5m 9s.


Parner serwisu: zostań partnerem naszego serwisu.

Dyskusje o Firefox Add-on SDK Tutorials 1: Getting started and the CFX Tool


Firefox Add-on SDK Tutorials 1: Getting started and the CFX Tool - How about to make a slightly harder tutorial? =)
https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Chrome_Authority
Provides access to whole Firefox API.
How about to load XUL? Or, parse data before it was loaded in browser?
- Thanks for Tutorial. Mozilla now replacing Python based CFX to Node.js based JPM.
https://developer.mozilla.org/en-US/Add-ons/SDK/Tools/jpm
- Hi Alexander, you have some really good videos.

You probably know it but you can use the build menu from ST to run the CFX tool using a simple keyboard shortcut (Ctrl-B)

You have to create a new build menu in Tools>Build system>New buildsystem...

This is my sublime-build for firefox with a target build for firefox 23:

  "shell_cmd": "cd /home/user/Apps/mozillaSDK/ && source bin/activate && cd /home/user/Documentos/ace/saveme && cfx run -b /home/user/Apps/firefox/23/firefox"
- Thanks
-