G Favicon Fixer
Return to the old Google favicon!
Apa itu G Favicon Fixer?
G Favicon Fixer adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Return to the old Google favicon!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi G Favicon Fixer
Unduh file ekstensi G Favicon Fixer 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
Don't like the new white on blue G? Install this app to return to the multicolored 2009 favicon!
Informasi Dasar Ekstensi
Nama | G Favicon Fixer |
ID | fgofmpkkcmalkeloaihfljngbibciile |
URL Resmi | https://chromewebstore.google.com/detail/g-favicon-fixer/fgofmpkkcmalkeloaihfljngbibciile |
Deskripsi | Return to the old Google favicon! |
Ukuran File | 53.73 KB |
Jumlah Instalasi | 1,140 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2012-08-23 |
Tanggal Publikasi | 2012-08-22 |
Penilaian | 4.36/5 Total 14 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "G Favicon Fixer", "version": "1.1", "manifest_version": 2, "description": "Return to the old Google favicon!", "content_scripts": [ { "js": [ "mainscript.js" ], "matches": [ "*:\/\/www.google.com\/*", "*:\/\/google.com\/*", "*:\/\/images.google.com\/*", "*:\/\/books.google.com\/*" ] } ], "web_accessible_resources": [ "oldfavicon.ico" ], "icons": { "16": "oldfavicon16.png", "48": "oldfavicon48.png", "128": "oldfavicon128.png" } } |