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'm using WebStorm 7 for Firefox Add-on SDK development. WebStorm shows a warning: "Unresolved function or method" for require(). I want …
javascript firefox-addon webstorm firefox-addon-sdkI'm planning to develop a simple Firefox extension that will shorten URL of a currently active tab, display a popup …
javascript google-chrome firefox firefox-addon firefox-addon-sdkI am trying to connect to selenium 2.30 with FF version 26.0 installed in my AWS unix machine but I am getting …
java firefox selenium-webdriver firefox-addon-sdk selenium-gridI'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 jpmI am writing a Firefox extension. I am using a content script that matches a specific domain. I want to …
javascript firefox firefox-addon firefox-addon-sdkConsole logging certain objects, like this.refs or the window object results in a TypeError: cyclic object value error in …
firefox-addon reactjs firefox-addon-sdkI'm making a FF extension and I hit a snag. Here's what I have: var canLink = document.querySelector('link[rel="…
javascript firefox firefox-addon firefox-addon-sdkI am developing a new Firefox addon that intercept all Firefox's network traffic (http(s) requests with http-on-modify-request) With my …
javascript firefox firefox-addon firefox-addon-sdk firefox-developer-tools