ChromeSiteSearch

ChromeSiteSearch

Search the current website deeply using the power of the most popular search engines.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Влатко Стојанов",
  "background": {
    "scripts": [
      "js/popup.js"
    ]
  },
  "browser_action": {
    "default_icon": "ikoni/128.png",
    "default_popup": "popup.html",
    "default_title": "ChromeSiteSearch"
  },
  "description": "Search the current website deeply using the power of the most popular search engines.",
  "icons": {
    "16": "ikoni/16.png",
    "32": "ikoni/32.png",
    "48": "ikoni/48.png",
    "64": "ikoni/64.png",
    "128": "ikoni/128.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+S"
      }
    }
  },
  "manifest_version": 2,
  "minimum_chrome_version": "20",
  "name": "ChromeSiteSearch",
  "homepage_url": "http://chromesitesearch.x10.mx/",
  "omnibox": {
    "keyword": "src"
  },
  "optional_permissions": [
    "http://*/*",
    "https://*/*",
    "ftp://*/*"
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus",
    "storage"
  ],
  "options_page": "options.html",
  "requirements": {
    "3D": {
      "features": [
        "webgl"
      ]
    }
  },
  "version": "2.3.2"
}