Easy Stack Search Firefox

Examine source code of Easy Stack Search

제작자: Chrisvin
Inspect and view changes in Easy Stack Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "2.2.0",
  "applications": {
    "gecko": {
      "id": "chrisvin@EasyStackSearch.github"
    }
  },
  "name": "Easy Stack Search",
  "description": "A lightweight extension that makes searching Stack sites like StackOverflow quick & easy.",
  "author": "Chrisvin",
  "homepage_url": "https://github.com/Chrisvin/EasyStackSearchExtension",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "96": "icons/96.png",
    "128": "icons/128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "64": "icons/64.png",
      "96": "icons/96.png",
      "128": "icons/128.png"
    }
  },
  "omnibox": {
    "keyword": "s"
  },
  "background": {
    "scripts": [
      "background/browserAction.js",
      "background/omnibox.js",
      "background/contextMenus.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "contextMenus"
  ]
}

최고의 Easy Stack Search 대안

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