FavIdenticon for Google Docs
Gives Docs, Sheets, and Slides unique favicons per document.
Was ist FavIdenticon for Google Docs?
FavIdenticon for Google Docs ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Gives Docs, Sheets, and Slides unique favicons per document.".
Erweiterungsscreenshots
FavIdenticon for Google Docs-Erweiterungs-CRX-Datei herunterladen
Laden Sie FavIdenticon for Google Docs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | FavIdenticon for Google Docs |
ID | alkonpgilhahbbhihdjnamkmckfajmjo |
Offizielle URL | https://chromewebstore.google.com/detail/favidenticon-for-google-d/alkonpgilhahbbhihdjnamkmckfajmjo |
Beschreibung | Gives Docs, Sheets, and Slides unique favicons per document. |
Dateigröße | 252 KB |
Installationsanzahl | 2,086 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2018-10-01 |
Veröffentlichungsdatum | 2018-10-01 |
Bewertung | 4.36/5 Insgesamt 11 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |