FavIdenticon for Google Docs

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

Co to jest FavIdenticon for Google Docs?

FavIdenticon for Google Docs to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Gives Docs, Sheets, and Slides unique favicons per document.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FavIdenticon for Google Docs

Pobierz pliki rozszerzeń FavIdenticon for Google Docs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa FavIdenticon for Google Docs FavIdenticon for Google Docs
ID alkonpgilhahbbhihdjnamkmckfajmjo
Oficjalny URL https://chromewebstore.google.com/detail/favidenticon-for-google-d/alkonpgilhahbbhihdjnamkmckfajmjo
Opis Gives Docs, Sheets, and Slides unique favicons per document.
Rozmiar pliku 252 KB
Liczba instalacji 2,086
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2018-10-01
Data Publikacji 2018-10-01
Ocena 4.36/5 Łącznie 11 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}