Search Tools Opener for Google™
Automatically open Search tools on Google.
What is Search Tools Opener for Google™?
Search Tools Opener for Google™ is a Chrome extension developed by https://mono0x.net, and its main feature is "Automatically open Search tools on Google.".
Download Search Tools Opener for Google™ Extension CRX File
Download Search Tools Opener for Google™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
| Name | |
| ID | bijcjigmnmdejhndhjppifdaknmffbne |
| Official URL | https://chromewebstore.google.com/detail/search-tools-opener-for-g/bijcjigmnmdejhndhjppifdaknmffbne |
| Description | Automatically open Search tools on Google. |
| File Size | 3.89 KB |
| Installation Count | 146 |
| Current Version | 0.1.2 |
| Last Updated | 2015-12-26 |
| Publish Date | 2015-12-25 |
| Rating | 4.00/5 Total 9 Ratings |
| Developer | https://mono0x.net |
| Payment Type | free |
| Supported Languages | en,ja |
| 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"
}
]
} | |