Advanced search on selected text

Advanced search on selected text

Look up the selected text in the various search engines and services (Google, Yandex, Yahoo, Bing, market.yandex.ru, price.ru any!)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "2.8",
  "manifest_version": 2,
  "minimum_chrome_version": "20",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "options_page": "options.html",
  "icons": {
    "16": "search.png"
  }
}