Goggle

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

Hvad er Goggle?

Goggle er en Chrome-udvidelse udviklet af meepy314, og dens hovedfunktion er "Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Goggle-udvidelses-CRX-fil

Download Goggle-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Goggle Goggle
ID heklcfopgcknmiegnkeaoiaecamnhdlp
Officiel URL https://chromewebstore.google.com/detail/goggle/heklcfopgcknmiegnkeaoiaecamnhdlp
Beskrivelse Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…
Filstørrelse 28.28 KB
Antal Installationer 3,402
Nuværende Version 1.1
Senest Opdateret 2017-03-28
Udgivelsesdato 2017-03-28
Bedømmelse 3.00/5 Samlet 10 Bedømmelser
Udvikler meepy314
Betalingsmetode free
Understøttede Sprog 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"
    }
}