Site Search Tool

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

Cos'è Site Search Tool?

Site Search Tool è un'estensione di Chrome sviluppata da http://matthewshields.co.uk, e la sua funzione principale è "A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…".

Scarica il file CRX dell'estensione Site Search Tool

Scarica i file di estensione Site Search Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Introduced nofollow link styling.                    

Informazioni di Base sull'Estensione

Nome Site Search Tool Site Search Tool
ID khnbepdfpjiemfhfnjdmkgfbonodphjb
URL Ufficiale https://chrome.google.com/webstore/detail/site-search-tool/khnbepdfpjiemfhfnjdmkgfbonodphjb
Descrizione A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…
Dimensione del File 53.22 KB
Conteggio Installazioni 769
Versione Corrente 1.3
Ultimo Aggiornamento 2015-12-16
Data di Pubblicazione 2015-12-16
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore http://matthewshields.co.uk
Tipo di Pagamento free
Sito Web dell'Estensione http://matthewshields.co.uk
Lingue Supportate 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"
    ]
}