Goggle

Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…

O que é Goggle?

Goggle é uma extensão do Chrome desenvolvida por meepy314, e sua principal característica é "Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Goggle

Baixe arquivos de extensão Goggle 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

                        Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension for you! Just install the extension and click on the icon change the Google logo on that computer!                    

Informações Básicas da Extensão

Nome Goggle Goggle
ID heklcfopgcknmiegnkeaoiaecamnhdlp
URL Oficial https://chromewebstore.google.com/detail/goggle/heklcfopgcknmiegnkeaoiaecamnhdlp
Descrição Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…
Tamanho do Arquivo 28.28 KB
Contagem de Instalações 3,402
Versão Atual 1.1
Última Atualização 2017-03-28
Data de Publicação 2017-03-28
Classificação 3.00/5 Total de 10 Avaliações
Desenvolvedor meepy314
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Goggle",
    "version": "1.1",
    "options_page": "options.html",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "ProductSans.ttf"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}