Commonly, you should use this tag IN ADDITION TO the tag for the specific type of add-on which you are asking about.
I was trying to run a selenium script that clicks on one of my firefox plugins in my toolbar. Is …
java firefox-addon webdriver selenium-webdriverI've been into Firefox extension development recently, and ran into some issues: So, in browser.xul i defined these lines: &…
javascript firefox firefox-addon xulDebugging a Firefox addon is a slow process: (1) edit source code in a JS editor (2) package into XPI using a …
debugging firefox firefox-addon compilationIn Firefox there are plugins and extensions. Could you please explain to me why these addons have different name and …
firefox firefox-addon browser-plugin browser-addonsI want to write scripts for firefox. It seems that firefox has different terms, like add-on, extensions, plugins. and I …
firefox firefox-addon browser-pluginHow can I have multiple rows with tabs on Firefox 57+, after the add-on Tab Mix Plus no-longer works (all legacy …
firefox firefox-addonDoes anyone know if Firefox extensions are allowed to modify HTTP response headers? For example, can an extension remove the …
javascript http firefox http-headers firefox-addonI'm currently working on a Mozilla Firefox addon. I have set up a panel and attached a content script to …
javascript jquery firefox firefox-addon firefox-addon-sdkI have a video element: var video = window.content.document.createElement("video"); video.width = width; video.height = height; video.style.…
javascript html firefox-addon html5-video firefox-addon-sdkI work on a firefox addon using JPM. I want to install it on my android phone, i've run "jpm …
android firefox-addon firefox-addon-sdk xpi jpm