firefox-addon-sdk
Questions on backwards compatibility of Firefox Addons/Extensions
Background info: Over the past week, I have been messing around with Chrome extensions and had no problem creating my extension. Great, Chrome rocks for making the development process very easy to le[详细]
2023-04-10 12:58 分类:问答Add-on SDK calling dispatchEvent does not send event from content script to a page
I have simple Firefox extension (based on Add-on SDK) with pageMod. pageMod injects some script to a page, which calls one function:[详细]
2023-04-10 06:03 分类:问答Calling addon functionality from a unit test
I\'ve made a firefox addon using the the addon-sdk and I\'m trying to write unit tests for it now. How can I access the addon functionality from the test? From what i see, they are separated, and I c[详细]
2023-04-09 01:56 分类:问答Using third-party JS libraries in Mozilla Add-On SDK
I\'m starting a new project (Firefox add-on) and I\'d like to try using behavior-driven development. I particularly like the Jasmine BDD library. However, I can\'t find a good way how to use a framewo[详细]
2023-04-05 02:55 分类:问答How to filter out iframes in an Add-on SDK extension?
The main problem is that my extension is loading into ever开发者_如何学编程y iframes on a target webpage. It puts buttons that appear inside the iframes as well. I want them to disappear. The window a[详细]
2023-04-03 13:46 分类:问答Exception "Component is not available" when iterating over window object's properties
I\'m trying to convert a Google Chrome extension to Firefox using Addon SDK (Jetpack). The following code (run as content-script)[详细]
2023-03-28 00:28 分类:问答Add FF App Menu Item (Restartless)
I am trying to create a Fir开发者_如何学运维efox add-on that is restartless and has a menu entry in the Firefox App Menu (preferably in the Options sub-menu). I cannot find anything anywhere on how to[详细]
2023-03-26 20:22 分类:问答Accessing local resources from a content script
Is there a way i can access local resources inside a script? I need to access data.url(\'layout.html\'), data.url(\'icon.png\') and data.url(\'style.css\') inside the contentScript handler.[详细]
2023-03-20 22:55 分类:问答Opening a page after Firefox extension install
I am trying to do something similar to this post. However, I am using the Add-on SDK and I can\'t seem to find a way to do this.[详细]
2023-03-20 10:32 分类:问答Firefox addon change about:blank
I would li开发者_运维问答ke to change the about:blank page to the url of my firefox addon homepage page.[详细]
2023-03-19 19:13 分类:问答