firefox-addon-sdk
how to add a jquery plugi for firefox-extension-developlment using add-on builder
I\'m writing a firefox extension and want to solve this problem: how to know when the DOM of an iFrame is ready again after changing its content?[详细]
2023-04-12 23:29 分类:问答how to know when the DOM is ready again after changing URL with window.location.href
I\'m writing a Firefox extension using Add-on SDK and I successfully scan开发者_StackOverflow中文版ned a site from a content script and want to go deeper now. However, when I change the url with[详细]
2023-04-12 19:04 分类:问答Finding incompatibility in Firefox addon
I have an custom addon developed for our workplace (using the add-on SDK) that was originally developed for FF4.[详细]
2023-04-12 17:34 分类:问答Use Remote Content Script File/Javascript in Page-Mod
Is there any way to easily use a remote javascript file as a content script with the page-mod API? I am trying to build some simple addons for my own use to automate 开发者_运维技巧some repetitive s[详细]
2023-04-12 13:32 分类:问答Using XPCOM components from Mozilla Add-on SDK
I have worked on Mozilla Add-on Development in the past (beginner level). But on encountering XPCOM, I got really scared and left it in the middle.[详细]
2023-04-12 01:00 分类:问答How to debug "Permisson denied" error when using Firefox Addon SDK
When testing and debugging an extension us开发者_Go百科ing Addon SDK 1.0 I\'m sometimes noticing the following in the debug output window:[详细]
2023-04-11 17:42 分类:问答Using Add-on SDK to add toolbar buttons? Integrating XUL and Add-on SDK for Firefox Add-ons?
I have already coded most of a Firefox add-on using the Add-on SDK API. I am now discovering that Add-on SDK might not be powerful enough for my purposes. I need two things:[详细]
2023-04-11 16:10 分类:问答Storage Options with Mozilla Addon-SDK
I am a newbie to Addon-SDK. I am making an Addon in which I log some information meant for manually viewing later on. I came across the[详细]
2023-04-11 06:46 分类:问答Modify contents of Firefox download dialog from add-on kit
I\'d like 开发者_开发问答to be able to add an option to the download dialog that pops-up in Firefox when starting a file download. Is it possible to do so using the new add-on SDK or do I have to do i[详细]
2023-04-11 03:31 分类:问答Error on xmlrpcresp Object
I\'m working on a project that I write a Firefox addon to communicate with a service on my client server. My add send a POST request and then the server encounter an error withxmlrpcresp Object that i[详细]
2023-04-11 02:22 分类:问答