EsaySearch

EsaySearch

EasySearch to your selected keyword provide fast search capabilities.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "options_page": "options.html",
  "default_locale": "en",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "search-16.png",
    "48": "search-48.png",
    "128": "search-128.png"
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.0.3"
}