firefox-addon-sdk
Create menu for add-on button
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[详细]
2023-03-19 07:08 分类:问答Retrieve POST data of the current web page in a Firefox extension
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 ?[详细]
2023-03-18 21:36 分类:问答Listen to URL location firefox 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[详细]
2023-03-18 03:31 分类:问答How to share code between content script and addon?
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.[详细]
2023-03-14 15:06 分类:问答How to change the value of a text box in Firefox Add-on SDK (Jetpack)?
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[详细]
2023-03-07 15:54 分类:问答Sharing data between files in a Firefox extension
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[详细]
2023-03-07 06:34 分类:问答Adding tabs into Mozilla's Jetpack Panel module
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.[详细]
2023-03-03 11:00 分类:问答HTML5 canvas drawWindow on FF4/JetPack error
I borrowed code from thumbnail.js modified it so that it takes screenshot of the entire page (at least thats the idea)[详细]
2023-02-28 15:10 分类:问答What are the advantages/disadvantages of using the Add-on SDK to develop my Firefox extension?
I am developing (yet another) password manager add-on for Firefox. My add-on needs to:开发者_运维问答[详细]
2023-02-27 01:41 分类:问答Firefox: How can I add/modify toolbars using the Add-on SDK (Jetpack)
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[详细]
2023-02-22 08:42 分类:问答