Select and Search Firefox

Examine source code of Select and Search

제작자: Burak Unver
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}"
    }
  }
}

최고의 Select and Search 대안

다음은 Select and Search과(와) 유사한 Firefox add-on입니다: