I\'m making a Jetpack extension in which a widget opens a panel.Clicking the widget opens the panel as expected (anchored in the lower-right corner to the widget).But if I call widget.panel.show() fro
I been working on a firefox extension project and now I\'m stuck on this, var abc = 123; var pageMod = require(\"page-mod\");
What is the best way to send a variable to a pan开发者_运维知识库el? Do people use mustache.js? Right now I am able to load an HTML file but I am not able to communicate with it once i call panel.show
When we use Jetpack 0.6, we could manifest something like this, var manifest = { settings: [ { name: \"foo\",
Thought i would try to build and extension for firefox so I used the Add-on Builder to build a basic extension at MDC. When I click 开发者_开发百科the extension in the Tools menu it is ment to bring u
I\'m开发者_运维知识库 now using the new version of the Jetpack API of which allows you to create addons for Firefox using a JS framework.
I would like to use Firefox standard add-on update to update my script developed with Jetpack SD开发者_如何学PythonK, but how?cfx xpi --update-link http://example.com/addon/latest
If you were going to start developing a new Firefox add-on today, would you still use XUL/JS or would you start开发者_Go百科 using Jetpack, the new add-on framework?
I write a Mozilla Jetpack based add-on that has to run whenever a document is loaded. For \"toplevel documents\" this mostly works using this code (OserverService = require(\'observer-service\')):
I\'m looking for some guidance on how to replace requests for a specific javascript file with anot开发者_开发百科her file that I\'ll package with the Firefox addon.See How can I implement a content co