Quick Search Firefox

Examine source code of Quick Search

제작자: wmccall
Inspect and view changes in Quick Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "QuickSearchKeyCombo",
  "version": "1.3resigned1",
  "description": "Allows quick searching of highlighted text on a page with ctrl/cmd + /",
  "applications": {
    "gecko": {
      "id": "dev@willmccall.com"
    }
  },
  "icons": {
    "48": "icons/mag.svg",
    "96": "icons/mag.svg"
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/mag.svg",
    "default_title": "QuickSearchKeyCombo",
    "default_popup": "popup/settings.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "js": [
        "jquery-3.3.1.min.js",
        "quicksearch.js"
      ]
    }
  ]
}

최고의 Quick Search 대안

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