Goggle

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

Was ist Goggle?

Goggle ist eine Chrome-Erweiterung, die von meepy314 entwickelt wurde, und ihr Hauptmerkmal ist "Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Goggle-Erweiterungs-CRX-Datei herunterladen

Laden Sie Goggle-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Goggle Goggle
ID heklcfopgcknmiegnkeaoiaecamnhdlp
Offizielle URL https://chromewebstore.google.com/detail/goggle/heklcfopgcknmiegnkeaoiaecamnhdlp
Beschreibung Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…
Dateigröße 28.28 KB
Installationsanzahl 3,402
Aktuelle Version 1.1
Letztes Update 2017-03-28
Veröffentlichungsdatum 2017-03-28
Bewertung 3.00/5 Insgesamt 10 Bewertungen
Entwickler meepy314
Zahlungsart free
Unterstützte Sprachen 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"
    }
}