Select and Search Firefox

Examine source code of Select and Search

Inspect and view changes in Select and Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Select and Search",
  "description": "Select and Search on Google",
  "version": "1.1.0",
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Popup",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "content-scripts/content.css"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1dd5bf16-3c08-47c9-b32e-5cd748a9ea1f}"
    }
  }
}

Best Select and Search Alternatives

Here are some Firefox add-ons that are similar to Select and Search: