Site Search Tool

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

¿Qué es Site Search Tool?

Site Search Tool es una extensión de Chrome desarrollada por http://matthewshields.co.uk, y su función principal es "A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…".

Descargar Archivo CRX de la Extensión Site Search Tool

Descarga archivos de extensión Site Search Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Introduced nofollow link styling.                    

Información Básica de la Extensión

Nombre Site Search Tool Site Search Tool
ID khnbepdfpjiemfhfnjdmkgfbonodphjb
URL Oficial https://chrome.google.com/webstore/detail/site-search-tool/khnbepdfpjiemfhfnjdmkgfbonodphjb
Descripción A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…
Tamaño del Archivo 53.22 KB
Cantidad de Instalaciones 769
Versión Actual 1.3
Última Actualización 2015-12-16
Fecha de Publicación 2015-12-16
Calificación 3.00/5 Total de 1 Calificaciones
Desarrollador http://matthewshields.co.uk
Tipo de Pago free
Sitio Web de la Extensión http://matthewshields.co.uk
Idiomas Soportados 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"
    ]
}