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
I have simple Firefox extension (based on Add-on SDK) with pageMod. pageMod injects some script to a page, which calls one function:
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
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
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
I\'m trying to convert a Google Chrome extension to Firefox using Addon SDK (Jetpack). The following code (run as content-script)
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
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.
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.
I would li开发者_运维问答ke to change the about:blank page to the url of my firefox addon homepage page.