Site Search Tool

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

What is Site Search Tool?

Site Search Tool is a Chrome extension developed by http://matthewshields.co.uk, and its main feature is "A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…".

Download Site Search Tool Extension CRX File

Download Site Search Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Introduced nofollow link styling.                    

Extension Basic Information

Name Site Search Tool Site Search Tool
ID khnbepdfpjiemfhfnjdmkgfbonodphjb
Official URL https://chrome.google.com/webstore/detail/site-search-tool/khnbepdfpjiemfhfnjdmkgfbonodphjb
Description A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…
File Size 53.22 KB
Installation Count 769
Current Version 1.3
Last Updated 2015-12-16
Publish Date 2015-12-16
Rating 3.00/5 Total 1 Ratings
Developer http://matthewshields.co.uk
Payment Type free
Extension Website http://matthewshields.co.uk
Supported Languages 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"
    ]
}