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 have an FF addon that I developed a 开发者_Python百科while back that is no longer compatible with FF4+. I have found this great article that explains what could possibly cause the errors.
I\'ve been reading up on global namespace pollution when developing an extension for Firefox, and I want to avoid it as much as possible in my extension.There are several solutions, but generally, the
In our addon we have two plugins and we noticed Firefox is not loading those plugins on first run after Firefox upgrade(eg: from 4.0.1 to 5.0). We noticed plugins ar开发者_开发技巧e loading if we
I\'m currently developing an addon for firefox that posts data periodically to a server; but I would like to be able to stop posting when needed. Since you can not call functions within an addon from
I would li开发者_运维问答ke to change the about:blank page to the url of my firefox addon homepage page.
I just saw jsFiddle today and am wondering that is there a FireFox addon that provides jsFiddle like features. Especially when you enter the html and css, jsFiddle shows you a layout of the page. Is t
I\'m writing a simple AJAX call that returns a full HTML page and then I attempt to get some values I need from this respons开发者_高级运维e. I dont know why its not working and I\'ve done everything
I\'m new to Firefox addon development, and it\'s going well so far, but I\'m stuck on how to, essentially, download a file from the Web, given a URI, and save it to disk. Mozilla\'s MDN documentation
I am a newbie in Firefox extension development and I intend to start creating an add开发者_如何学运维-on using the beta version of the add-on builder. So far using the getting started tutorial I manag