Controlling a Firefox Extension via Javascript
Is it possible, using javascript, to control an overlay firefox extension? I've extracted the contents of the extension and have identified what functions/methods I need to run, but they are not accessible within the scope of the console. Thanks in advance for any ideas. Yes it possible to interact with other add-ons, given the right circumstances. My test case here will be com.googlecode.sqlitemanager.openInOwnWindow() , which is part of the SqliteManager addon . In newer builds (I'm using Nightly), there is the Browser Toolbox . With it is is as simple as opening a toolbox and executing com