Site Search Tool

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

Vad är Site Search Tool?

Site Search Tool är en Chrome-tillägg utvecklad av http://matthewshields.co.uk, och dess huvudfunktion är "A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…".

Ladda ner Site Search Tool-förlängningens CRX-fil

Ladda ner Site Search Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Introduced nofollow link styling.                    

Grundläggande Information om Tillägg

Namn Site Search Tool Site Search Tool
ID khnbepdfpjiemfhfnjdmkgfbonodphjb
Officiell webbadress https://chrome.google.com/webstore/detail/site-search-tool/khnbepdfpjiemfhfnjdmkgfbonodphjb
Beskrivning A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…
Filstorlek 53.22 KB
Antal Installationer 769
Aktuell Version 1.3
Senast Uppdaterad 2015-12-16
Publiceringsdatum 2015-12-16
Betyg 3.00/5 Totalt 1 Betyg
Utvecklare http://matthewshields.co.uk
Betalningssätt free
Tilläggswebbplats http://matthewshields.co.uk
Stödda Språk 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"
    ]
}