ShowGoogleSearchTools
Googleの「検索ツール」をデフォルトで表示します。
Qu'est-ce que ShowGoogleSearchTools ?
ShowGoogleSearchTools est une extension Chrome développée par star__hoshi, et sa fonction principale est "Googleの「検索ツール」をデフォルトで表示します。".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ShowGoogleSearchTools
Téléchargez les fichiers d'extension ShowGoogleSearchTools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Google検索結果の"検索ツール"を最初から表示する拡張です。 Google検索結果で期間指定を行う際には、検索ツールを押してから期間指定をする必要がありますが、この拡張では検索ツールが最初から押された状態で表示されます。 頻繁に期間指定を行う人は検索1回につき3秒くらい効率があがります。
Informations de Base sur l'Extension
Nom | ShowGoogleSearchTools |
ID | pnmpofbbcjfnogogdnebahojecpfdkal |
URL Officiel | https://chromewebstore.google.com/detail/showgooglesearchtools/pnmpofbbcjfnogogdnebahojecpfdkal |
Description | Googleの「検索ツール」をデフォルトで表示します。 |
Taille du Fichier | 154 KB |
Nombre d'Installations | 43 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2014-10-15 |
Date de Publication | 2014-10-15 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | star__hoshi |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://twitter.com/star__hoshi |
URL de la Page d'Aide | https://twitter.com/star__hoshi |
Langues Prises en Charge | 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" } } |