FavIdenticon for Google Docs
Gives Docs, Sheets, and Slides unique favicons per document.
Cos'è FavIdenticon for Google Docs?
FavIdenticon for Google Docs è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Gives Docs, Sheets, and Slides unique favicons per document.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FavIdenticon for Google Docs
Scarica i file di estensione FavIdenticon for Google Docs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | alkonpgilhahbbhihdjnamkmckfajmjo |
| URL Ufficiale | https://chromewebstore.google.com/detail/favidenticon-for-google-d/alkonpgilhahbbhihdjnamkmckfajmjo |
| Descrizione | Gives Docs, Sheets, and Slides unique favicons per document. |
| Dimensione del File | 252 KB |
| Conteggio Installazioni | 2,086 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2018-10-01 |
| Data di Pubblicazione | 2018-10-01 |
| Valutazione | 4.36/5 Totale 11 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |