ShowGoogleSearchTools

Googleの「検索ツール」をデフォルトで表示します。

什麼是ShowGoogleSearchTools?

ShowGoogleSearchTools是由star__hoshi開發的Chrome擴展程式,該擴展的主要功能是“Googleの「検索ツール」をデフォルトで表示します。”。

擴展截圖

screenshot

下載ShowGoogleSearchTools擴展crx文件

下載ShowGoogleSearchTools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Google検索結果の"検索ツール"を最初から表示する拡張です。

Google検索結果で期間指定を行う際には、検索ツールを押してから期間指定をする必要がありますが、この拡張では検索ツールが最初から押された状態で表示されます。

頻繁に期間指定を行う人は検索1回につき3秒くらい効率があがります。                    

擴展基本資訊

名稱 ShowGoogleSearchTools ShowGoogleSearchTools
ID pnmpofbbcjfnogogdnebahojecpfdkal
官方網址 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
電子郵箱 [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"
    }
}