Context Menu Search Firefox

Examine source code of Context Menu Search

By: shaif
Inspect and view changes in Context Menu Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Search",
  "version": "1.1resigned1",
  "description": "Search App",
  "icons": {
    "48": "search.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "searchscript.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{dc58186b-ca4a-49f8-9191-13597fdd71a0}"
    }
  }
}

Best Context Menu Search Alternatives

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