Select Search

Select Search

Offers to make a quick search in google or other websites using the selected text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Select Search",
  "version": "1.5.20",
  "manifest_version": 2,
  "description": "Offers to make a quick search in google or other websites using the selected text.",
  "options_page": "options.html",
  "background": {
    "page": "background.html"
  },
  "web_accessible_resources": [
    "Google-img-ico.png",
    "GoogleTranslate.png",
    "binsearch.png",
    "cp.png",
    "ebay.png",
    "facebook.png",
    "flickr.png",
    "geograph.png",
    "gmap.png",
    "google-chrome-ico.png",
    "google-ico.png",
    "baidu-ico.png",
    "link.png",
    "nzbnl.png",
    "twitter.png",
    "wikipedia-ico.png",
    "youtube.png",
    "common.js",
    "selectsearch.js",
    "selectsearch.css",
    "jquery-1.8.1.min.js",
    "jquery-ui-1.8.23.custom.min.js",
    "options.js"
  ],
  "icons": {
    "32": "ico32.png",
    "48": "ico48.png",
    "128": "ico128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "selectsearch.css"
      ],
      "js": [
        "jquery-1.8.1.min.js",
        "jquery-ui-1.8.23.custom.min.js",
        "selectsearch.js",
        "common.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "<all_urls>",
    "clipboardWrite"
  ]
}