Commonly, you should use this tag IN ADDITION TO the tag for the specific type of add-on which you are asking about.
Recently I've realised that, some adblocker extensions (such as adBlocker plus) block some Ajax calls. I get that error on …
ajax google-chrome-extension firefox-addonI'm trying to parse a bit.ly JSON response in javascript. I get the JSON via XmlHttpRequest. var req = new …
javascript json firefox-addon bit.lyI want to have textboxes related to radiobuttons. Therefore each radio button should enable it's textbox and disable the others. …
javascript firefox firefox-addon xulReference: FileReader.readAsDataURL Considering the following example: function previewFile(file) { var reader = new FileReader(); reader.onloadend = function () { console.log(reader.…
javascript firefox-addon firefox-addon-restartlessI've installed Firefox RESTclient add-on but , I'm having hard time figuring out how to pass POST parameters. Is there a …
rest post firefox-addonI have been reading about how to build plug-ins and this "MIME type" keeps getting discussed in it. I have …
browser firefox-addon mime-typesI am trying to debug a JavaScript script that gets read in a Firefox extension and executed. I only can …
javascript debugging firefox-addonI'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-sdkIs there a recommended add-ons in the firefox, which is has the most features that postman have?
firefox firefox-addon postmanI want to add java plugin for FireFox (v10.0.12) on Linux(Centos 5.6 64bit). I have JDK 1.7.0_12 installed, and add a …
java firefox plugins firefox-addon