Simple Context Search

Simple Context Search

Right click on the selected text and select the search website from the context menu.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Simple Context Search",
  "description": "Right click on the selected text and select the search website from the context menu.",
  "version": "0.0.1",
  "manifest_version": 2,
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "128": "icon.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  }
}