Goggle

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

Apa itu Goggle?

Goggle adalah ekstensi Chrome yang dikembangkan oleh meepy314, dan fitur utamanya adalah "Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Goggle

Unduh file ekstensi Goggle dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Goggle Goggle
ID heklcfopgcknmiegnkeaoiaecamnhdlp
URL Resmi https://chromewebstore.google.com/detail/goggle/heklcfopgcknmiegnkeaoiaecamnhdlp
Deskripsi Does the regular Google logo bother you? Don't you wish it said something radically different? If so, then this is the extension…
Ukuran File 28.28 KB
Jumlah Instalasi 3,402
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-03-28
Tanggal Publikasi 2017-03-28
Penilaian 3.00/5 Total 10 Penilaian
Pengembang meepy314
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}