First off: Everything works, but I would like to fine tune this a little. Basically, in my FireFox addon I have this code in function A:
On FF 4.0.1; and trying to develop my first FF extension. Need to find where the user right clicked. From MDN it seems \"gContextMenu.target\" wo开发者_JAVA技巧uld have the information.
Can anyone recommend a tutorial on how to use firebug with Firefox Addon development? Most google and youtube searches 开发者_Python百科only give me results on how to use it for webpages :(
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
I\'m developing a Firefox extension that uses PyXPCOM to run a process. I would like to have a progress meter that is shown when the process is started and gives feedback to the user.
I was wondering if it is possible to load a snapshot of edits made to the HT开发者_高级运维ML and CSS of a page in firebug with firediff.
I am new to extension programming but find making extensions in Chrome much more easier, but now that I am trying to port my test extensions to开发者_JS百科 FF I have a few questions of how to do the
Hey! This is what I have already done so far which works great: Download an XML file of domains which the browser starts up, when the user is on one of these
I made a Firefox addon using the Greasemonkey script compiler at arantius.com/misc/greasemonkey/script-compiler. The addon gets data from my server and displays it on 3rd party websites. Now I want to
I have an extension which opens links via context menu just like built-in Open link in new tab Firefox menu (just below it; My context menu item is Download link).