Site Search Tool

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

Qu'est-ce que Site Search Tool ?

Site Search Tool est une extension Chrome développée par http://matthewshields.co.uk, et sa fonction principale est "A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…".

Télécharger le fichier CRX de l'extension Site Search Tool

Téléchargez les fichiers d'extension Site Search Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Introduced nofollow link styling.                    

Informations de Base sur l'Extension

Nom Site Search Tool Site Search Tool
ID khnbepdfpjiemfhfnjdmkgfbonodphjb
URL Officiel 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…
Taille du Fichier 53.22 KB
Nombre d'Installations 769
Version Actuelle 1.3
Dernière Mise à Jour 2015-12-16
Date de Publication 2015-12-16
Évaluation 3.00/5 Total 1 Évaluations
Développeur http://matthewshields.co.uk
Type de Paiement free
Site Web de l'Extension http://matthewshields.co.uk
Langues Prises en Charge 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"
    ]
}