Searcher

Searcher

Easily search using multiple websites from the context menu.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Searcher",
  "version": "0.4.2",
  "description": "Easily search using multiple websites from the context menu.",
  "background": "global.html",
  "options_page": "options.html",
  "homepage_url": "http://www.josephduffy.me/projects/searcher/",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "contextMenus",
    "tabs"
  ]
}