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"
    ]
}