Google with Favicons
A Chrome extension which shows favicons in Google search results.
Apa itu Google with Favicons?
Google with Favicons adalah ekstensi Chrome yang dikembangkan oleh https://junion.org, dan fitur utamanya adalah "A Chrome extension which shows favicons in Google search results.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google with Favicons
Unduh file ekstensi Google with Favicons 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
"Google with Favicons" is a Chrome extension which shows favicons in Google search results. You can get more user-friendly and cool search experience.
Informasi Dasar Ekstensi
Nama | Google with Favicons |
ID | nabghppbcmjjflfemokkgocleeclijph |
URL Resmi | https://chromewebstore.google.com/detail/google-with-favicons/nabghppbcmjjflfemokkgocleeclijph |
Deskripsi | A Chrome extension which shows favicons in Google search results. |
Ukuran File | 45.75 KB |
Jumlah Instalasi | 1,107 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2014-11-03 |
Tanggal Publikasi | 2014-11-03 |
Penilaian | 3.54/5 Total 83 Penilaian |
Pengembang | https://junion.org |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/junion-org/GoogleWithFavicons |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google with Favicons", "version": "1.0.1", "description": "A Chrome extension which shows favicons in Google search results.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "http:\/\/www.google.*\/*", "https:\/\/www.google.*\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/jquery-2.1.1.min.js", "js\/content.js" ] } ], "icons": { "128": "img\/icon-128.png", "48": "img\/icon-48.png", "16": "img\/icon-16.png" } } |