Site Search Tool

A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…

Site Search Toolとは何ですか?

Site Search Toolはhttp://matthewshields.co.ukによって開発されたChromeの拡張機能で、その主な機能は「A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…」です。

Site Search Tool拡張機能のCRXファイルをダウンロード

Site Search Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier.

Introduced nofollow link styling.                    

拡張機能の基本情報

名前 Site Search Tool Site Search Tool
ID khnbepdfpjiemfhfnjdmkgfbonodphjb
公式URL https://chrome.google.com/webstore/detail/site-search-tool/khnbepdfpjiemfhfnjdmkgfbonodphjb
説明 A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…
ファイルサイズ 53.22 KB
インストール数 769
現在のバージョン 1.3
最終更新日 2015-12-16
公開日 2015-12-16
評価 3.00/5 合計 1 レビュー
開発者 http://matthewshields.co.uk
支払い方法 free
拡張機能のウェブサイト http://matthewshields.co.uk
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Search Tool",
    "options_page": "options.html",
    "short_name": "Site Search Tool",
    "manifest_version": 2,
    "version": "1.3",
    "background": {
        "scripts": [
            "jquery.js",
            "content_scripts.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "background",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "logo.png"
    ]
}