ShowGoogleSearchTools
Googleの「検索ツール」をデフォルトで表示します。
Wat is ShowGoogleSearchTools?
ShowGoogleSearchTools is een Chrome-extensie ontwikkeld door star__hoshi, en de belangrijkste functie is "Googleの「検索ツール」をデフォルトで表示します。".
Extensie Screenshots
Download het CRX-bestand van de extensie ShowGoogleSearchTools
Download ShowGoogleSearchTools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Google検索結果の"検索ツール"を最初から表示する拡張です。 Google検索結果で期間指定を行う際には、検索ツールを押してから期間指定をする必要がありますが、この拡張では検索ツールが最初から押された状態で表示されます。 頻繁に期間指定を行う人は検索1回につき3秒くらい効率があがります。
Basisinformatie over de Extensie
Naam | ShowGoogleSearchTools |
ID | pnmpofbbcjfnogogdnebahojecpfdkal |
Officiële URL | https://chromewebstore.google.com/detail/showgooglesearchtools/pnmpofbbcjfnogogdnebahojecpfdkal |
Beschrijving | Googleの「検索ツール」をデフォルトで表示します。 |
Bestandsgrootte | 154 KB |
Aantal Installaties | 43 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2014-10-15 |
Publicatiedatum | 2014-10-15 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | star__hoshi |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://twitter.com/star__hoshi |
Help Pagina-URL | https://twitter.com/star__hoshi |
Ondersteunde Talen | 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" } } |