FavIdenticon for Google Docs

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

Что такое FavIdenticon for Google Docs?

FavIdenticon for Google Docs - это расширение Chrome, разработанное Unknown, и его основная функция - "Gives Docs, Sheets, and Slides unique favicons per document.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения FavIdenticon for Google Docs

Скачайте файлы расширений FavIdenticon for Google Docs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название FavIdenticon for Google Docs FavIdenticon for Google Docs
ID alkonpgilhahbbhihdjnamkmckfajmjo
Официальный URL https://chromewebstore.google.com/detail/favidenticon-for-google-d/alkonpgilhahbbhihdjnamkmckfajmjo
Описание Gives Docs, Sheets, and Slides unique favicons per document.
Размер файла 252 KB
Количество установок 2,086
Текущая Версия 1.0.2
Последнее Обновление 2018-10-01
Дата публикации 2018-10-01
Рейтинг 4.36/5 Всего 11 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}