Simple = Select + Search

Simple = Select + 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",
  "name": "__MSG_extName__",
  "short_name": "S=S+S",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "version": "2.1",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "background": {
    "scripts": [
      "js/sss.background.js"
    ]
  },
  "options_page": "options.html"
}