Goggle

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

Wat is Goggle?

Goggle is een Chrome-extensie ontwikkeld door meepy314, en de belangrijkste functie is "Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Goggle

Download Goggle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Goggle Goggle
ID heklcfopgcknmiegnkeaoiaecamnhdlp
Officiële URL https://chromewebstore.google.com/detail/goggle/heklcfopgcknmiegnkeaoiaecamnhdlp
Beschrijving Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…
Bestandsgrootte 28.28 KB
Aantal Installaties 3,402
Huidige Versie 1.1
Laatst Bijgewerkt 2017-03-28
Publicatiedatum 2017-03-28
Beoordeling 3.00/5 Totaal 10 Beoordelingen
Ontwikkelaar meepy314
Betalingswijze free
Ondersteunde Talen 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"
    }
}