FavIdenticon for Google Docs

Gives Docs, Sheets, and Slides unique favicons per document.

Wat is FavIdenticon for Google Docs?

FavIdenticon for Google Docs is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Gives Docs, Sheets, and Slides unique favicons per document.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FavIdenticon for Google Docs

Download FavIdenticon for Google Docs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam FavIdenticon for Google Docs FavIdenticon for Google Docs
ID alkonpgilhahbbhihdjnamkmckfajmjo
Officiële URL https://chromewebstore.google.com/detail/favidenticon-for-google-d/alkonpgilhahbbhihdjnamkmckfajmjo
Beschrijving Gives Docs, Sheets, and Slides unique favicons per document.
Bestandsgrootte 252 KB
Aantal Installaties 2,086
Huidige Versie 1.0.2
Laatst Bijgewerkt 2018-10-01
Publicatiedatum 2018-10-01
Beoordeling 4.36/5 Totaal 11 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}