Script Menu Firefox

Examine source code of Script Menu

Inspect and view changes in Script Menu source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Script Menu",
  "version": "0.3.0",
  "author": "yobukodori",
  "description": "Select and run the registered JavaScript from the menu.",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "permissions": [
    "webNavigation",
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "util.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Script Menu",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "script-menu@yobukodori"
    }
  }
}

Best Script Menu Alternatives

Here are some Firefox add-ons that are similar to Script Menu: