Google Search Page Enhancer

This extension removes the "More" option and adds all entries to the bar.

O que é Google Search Page Enhancer?

Google Search Page Enhancer é uma extensão do Chrome desenvolvida por therealplayer1, e sua principal característica é "This extension removes the "More" option and adds all entries to the bar.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google Search Page Enhancer

Baixe arquivos de extensão Google Search Page Enhancer 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

                        This extension removes the "More" option and adds all entries to the bar.                    

Informações Básicas da Extensão

Nome Google Search Page Enhancer Google Search Page Enhancer
ID odgjchjcdilbflncmlpfpeoaemaoabli
URL Oficial https://chrome.google.com/webstore/detail/google-search-page-enhanc/odgjchjcdilbflncmlpfpeoaemaoabli
Descrição This extension removes the "More" option and adds all entries to the bar.
Tamanho do Arquivo 34.47 KB
Contagem de Instalações 141
Versão Atual 0.1
Última Atualização 2013-06-27
Data de Publicação 2013-06-27
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor therealplayer1
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Search Page Enhancer",
    "description": "This extension removes the \"More\" option and adds all entries to the bar.",
    "version": "0.1",
    "content_scripts": [
        {
            "js": [
                "jquery-1.6.4.min.js",
                "enhance.user.js"
            ],
            "matches": [
                "*:\/\/www.google.de\/*",
                "*:\/\/www.google.com\/*",
                "*:\/\/google.de\/*",
                "*:\/\/google.com\/*"
            ]
        }
    ],
    "permissions": [
        "*:\/\/www.google.de\/*",
        "*:\/\/www.google.com\/*",
        "*:\/\/google.de\/*",
        "*:\/\/google.com\/*"
    ]
}