Site Search Tool

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

O que é Site Search Tool?

Site Search Tool é uma extensão do Chrome desenvolvida por http://matthewshields.co.uk, e sua principal característica é "A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…".

Baixar o arquivo CRX da Extensão Site Search Tool

Baixe arquivos de extensão Site Search Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Introduced nofollow link styling.                    

Informações Básicas da Extensão

Nome Site Search Tool Site Search Tool
ID khnbepdfpjiemfhfnjdmkgfbonodphjb
URL Oficial https://chrome.google.com/webstore/detail/site-search-tool/khnbepdfpjiemfhfnjdmkgfbonodphjb
Descrição A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…
Tamanho do Arquivo 53.22 KB
Contagem de Instalações 769
Versão Atual 1.3
Última Atualização 2015-12-16
Data de Publicação 2015-12-16
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor http://matthewshields.co.uk
Tipo de Pagamento free
Site da Extensão http://matthewshields.co.uk
Idiomas Suportados 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"
    ]
}