Search Tools Opener for Google™

Search Tools Opener for Google™

Automatically open Search tools on Google.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_name__",
  "version": "0.1.2",
  "description": "__MSG_description__",
  "content_scripts": [
    {
      "matches": [
        "*://www.google.co.jp/search?*",
        "*://www.google.com/search?*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ]
}