FavIdenticon for Google Docs
Gives Docs, Sheets, and Slides unique favicons per document.
Apa itu FavIdenticon for Google Docs?
FavIdenticon for Google Docs adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Gives Docs, Sheets, and Slides unique favicons per document.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FavIdenticon for Google Docs
Unduh file ekstensi FavIdenticon for Google Docs 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
If you have a bunch of Docs, Sheets, and Slides open in your tabs, the tabs can get so small that you can no longer see the document titles; just generic Docs, Sheets, and Slides icons. This extension gives each Docs, Sheets, and Slides document a unique favicon to make them visually distinguishable in a long row of small tabs. Over time you'll learn the icons for your favorite docs.
Informasi Dasar Ekstensi
Nama | FavIdenticon for Google Docs |
ID | alkonpgilhahbbhihdjnamkmckfajmjo |
URL Resmi | https://chromewebstore.google.com/detail/favidenticon-for-google-d/alkonpgilhahbbhihdjnamkmckfajmjo |
Deskripsi | Gives Docs, Sheets, and Slides unique favicons per document. |
Ukuran File | 252 KB |
Jumlah Instalasi | 2,086 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2018-10-01 |
Tanggal Publikasi | 2018-10-01 |
Penilaian | 4.36/5 Total 11 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FavIdenticon for Google Docs", "version": "1.0.2", "author": "@isaach", "description": "Gives Docs, Sheets, and Slides unique favicons per document.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/*" ], "js": [ "lib\/sha1.js", "lib\/pnglib.js", "lib\/identicon.js", "index.js" ] } ] } |