Admin Search

Admin Search

Right click on selected text to search on multiple search engines for Chrome. Supports grouping engines, incongito, and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/sss.background.js"
    ]
  },
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "options_page": "options.html",
  "permissions": [
    "contextMenus"
  ],
  "short_name": "AdminSearch",
  "version": "0.0.1"
}