Top "Firefox-addon-sdk" questions

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).

Logging to console from Firefox extension?

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-sdk
Intercept and modify DOM before page is displayed to user

I'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 mozilla
Get add-on id of extensions in Firefox

I 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-webextensions
Firefox add-on : extension icon not showing

I'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-sdk
How to get info from another website from my HTML page?

What 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-sdk
Find URL of current tab. Making a FireFox Browser add-on

I'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