The Add-on SDK is a set of tools and APIs that allow you to create Firefox add-ons using standard web technologies (HTML, CSS, and JavaScript).
I understand that I can log to the console when using a Firefox extension with the cfx run command. Is …
firefox logging firefox-addon firebug firefox-addon-sdkI'm trying to create a Firefox addon (using addon SDK) that will modify how the page is displayed, mostly as …
javascript firefox-addon firefox-addon-sdk mozillaI want to open extensions in browser tab as a normal html page so that I can automate it using …
firefox browser firefox-addon firefox-addon-sdk firefox-webextensionsI'm working on developing a Firefox add-on using the Add-on SDK. My extension is working fine when using SDK, but …
firefox firefox-addon firefox-addon-sdkWhat is needed is as follows: I have an HTML webpage and I need to access another website and get …
javascript html firefox-addon firefox-addon-sdkI'm making a Firefox Browser Add-on and need to find the url of the current tab I've tried this post …
firefox firefox-addon firefox-addon-sdk