firefox-addon-sdk
Mozilla "Jetpack" Add-On: Anchor Panel to Widget
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[详细]
2023-02-20 10:19 分类:问答How to pass out ContentScript data out to a module-global variable in JavaScript?
I been working on a firefox extension project and now I\'m stuck on this, var abc = 123; var pageMod = require(\"page-mod\");[详细]
2023-02-16 03:51 分类:问答How to communicate between addon process and panel page in Jetpack
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[详细]
2023-02-13 10:05 分类:问答How to use jetpack.storage.setting in Jetpack SDK 0.9
When we use Jetpack 0.6, we could manifest something like this, var manifest = { settings: [ { name: \"foo\",[详细]
2023-01-29 15:03 分类:问答Used Firefox Add-on Builder and the extension doesn't work
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[详细]
2023-01-28 07:09 分类:问答Using positioning 'Panel' in new Jetpack API
I\'m开发者_运维知识库 now using the new version of the Jetpack API of which allows you to create addons for Firefox using a JS framework.[详细]
2023-01-20 01:14 分类:问答How to update script developed with Jetpack SDK
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[详细]
2023-01-15 21:24 分类:问答Creating a new Firefox add-on: XUL or Jetpack?
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?[详细]
2023-01-08 08:16 分类:问答xpcom/jetpack observe all document loads
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\')):[详细]
2023-01-05 11:56 分类:问答How to replace a javascript file request with contents from another file in a FF addon?
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[详细]
2023-01-04 16:03 分类:问答