Goggle

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

¿Qué es Goggle?

Goggle es una extensión de Chrome desarrollada por meepy314, y su función principal es "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 Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Goggle

Descarga archivos de extensión Goggle 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

                        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!                    

Información Básica de la Extensión

Nombre Goggle Goggle
ID heklcfopgcknmiegnkeaoiaecamnhdlp
URL Oficial https://chromewebstore.google.com/detail/goggle/heklcfopgcknmiegnkeaoiaecamnhdlp
Descripción Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…
Tamaño del Archivo 28.28 KB
Cantidad de Instalaciones 3,402
Versión Actual 1.1
Última Actualización 2017-03-28
Fecha de Publicación 2017-03-28
Calificación 3.00/5 Total de 10 Calificaciones
Desarrollador meepy314
Tipo de Pago free
Idiomas Soportados 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"
    }
}