Goggle

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

Co to jest Goggle?

Goggle to rozszerzenie Chrome opracowane przez meepy314, a jego główną funkcją jest „Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Goggle

Pobierz pliki rozszerzeń Goggle w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Goggle Goggle
ID heklcfopgcknmiegnkeaoiaecamnhdlp
Oficjalny URL https://chromewebstore.google.com/detail/goggle/heklcfopgcknmiegnkeaoiaecamnhdlp
Opis Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…
Rozmiar pliku 28.28 KB
Liczba instalacji 3,402
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2017-03-28
Data Publikacji 2017-03-28
Ocena 3.00/5 Łącznie 10 Oceny
Deweloper meepy314
Typ Płatności free
Obsługiwane Języki 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"
    }
}