ShowGoogleSearchTools
Googleの「検索ツール」をデフォルトで表示します。
ShowGoogleSearchToolsとは何ですか?
ShowGoogleSearchToolsはstar__hoshiによって開発されたChromeの拡張機能で、その主な機能は「Googleの「検索ツール」をデフォルトで表示します。」です。
拡張機能のスクリーンショット
ShowGoogleSearchTools拡張機能のCRXファイルをダウンロード
ShowGoogleSearchTools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Google検索結果の"検索ツール"を最初から表示する拡張です。
Google検索結果で期間指定を行う際には、検索ツールを押してから期間指定をする必要がありますが、この拡張では検索ツールが最初から押された状態で表示されます。
頻繁に期間指定を行う人は検索1回につき3秒くらい効率があがります。 拡張機能の基本情報
| 名前 | |
| ID | pnmpofbbcjfnogogdnebahojecpfdkal |
| 公式URL | https://chromewebstore.google.com/detail/showgooglesearchtools/pnmpofbbcjfnogogdnebahojecpfdkal |
| 説明 | Googleの「検索ツール」をデフォルトで表示します。 |
| ファイルサイズ | 154 KB |
| インストール数 | 43 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2014-10-15 |
| 公開日 | 2014-10-15 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | star__hoshi |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://twitter.com/star__hoshi |
| ヘルプページのURL | https://twitter.com/star__hoshi |
| 対応言語 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ShowGoogleSearchTools",
"version": "1.0.2",
"manifest_version": 2,
"short_name": "ShowGTools",
"description": "Google\u306e\u300c\u691c\u7d22\u30c4\u30fc\u30eb\u300d\u3092\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u8868\u793a\u3057\u307e\u3059\u3002",
"content_scripts": [
{
"matches": [
"https:\/\/*.google.co.jp\/*",
"https:\/\/*.google.co.jp\/*",
"https:\/\/*.google.com\/*",
"http:\/\/*.google.co.jp\/*",
"http:\/\/*.google.com\/*"
],
"js": [
"jquery.min.js",
"main.js"
],
"run_at": "document_end"
}
],
"page_action": {
"default_icon": "icon.png"
}
} | |