My Firefox开发者_C百科 extension has a button which when clicked, injects some JavaScript code into the current page. How can this injected JavaScript code in a web-page call a JavaScript function in
I\'m familiar with basic FF addon development and have cre开发者_开发百科ated a \"test\" toolbar button. Now when I click on this button I want my addon to read FF bookmarks. As simple as that.
In a Firefox Addon I delegate the User to a new URL through window.content.wrappedJSObject.location = \'http://newlocation/\';
I\'m trying to write Firefox add-on that will follow users activity for chosen web links at some webpage. Because I\'m not so familiar with web development, I would appreciate your suggestions and dir
I want to create an image in my statusbar, but why it can\'t appear? And, how to add menu in status bar when I click right the mouse?
I am making a Firefox extension and looking for a way to store data I see the sq开发者_如何学Golite database is available and wonder if it is possible for other extensions to do queries to my databas
Firefox 4 comes soon (ok, next year ;)) and there is a Firefox plugin to sync your bookmarks etc. with Firefox 3.whatever .
Is there a way to access the DOM from the event fired by DOMContentLoaded? window.addEventListener(\"load\", function() { myExtension.init(); }, false);
I am working on a Firefox extension, and I am trying to pass a parameter to addEventListener. I am \"listening\" for changes in the page title, my code looks something like this:
I know Gmail has contextual and side-bar gadgets, but how do browser extensions such as Rap开发者_JAVA百科portive work? Are they injecting their buttons / displays into the browser page? If so, wouldn