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
I can get the current page URL in a Firefox extension but I\'d like to get the POST data too. Firefox stores it somewhere to send it again on refresh. How can I get it from my extension ?
I need to detect when the user changes to a PDF page, for example: w4 Form. I know how to get the URL of the current page by either using document.location.href or document.URL. They both work fine, h
I\'m writing an extension for Firefox 4+. I have some code in a file named utils.js wh开发者_运维问答ich I\'d like to call from both the addon\'s main.js and from the page-mod\'s content script.
I\'m trying to change the contents of a text box (using the latest version of Add-on SDK, 1.05b). I\'m able to get its contents but I could not find out how I can change it. Here\'s the relevant part
I\'m moving an extension from Chrome to Firefox and I\'m using the Add-on SDK. To access funct开发者_如何学Pythonions declared in the background file from a panel or popup I can use chrome.extension.g
Firefox extensions made in XUL had a nice Tab element. But with Jetpack, I see nothing that would allow me to make tabbed content in a panel module,开发者_运维技巧 for example.
I borrowed code from thumbnail.js modified it so that it takes screenshot of the entire page (at least thats the idea)
I am developing (yet another) password manager add-on for Firefox. My add-on needs to:开发者_运维问答
So I\'ve looked over the documentation for the Add-on SDK several times now and no where can I see how to create toolbars or modify existing ones.They have a tutorial on creating add-on bar icons but