Multi Search Context Menu Firefox

Examine source code of Multi Search Context Menu

Inspect and view changes in Multi Search Context Menu source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Multi Search Context Menu",
  "version": "2.0",
  "description": "generates automatic searches from a word list using the context menu.",
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "48": "icons/icon-48.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "niehage@yahoo.de",
      "strict_min_version": "78.0"
    }
  }
}

Best Multi Search Context Menu Alternatives

Here are some Firefox add-ons that are similar to Multi Search Context Menu: