FavIdenticon for Google Docs

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

FavIdenticon for Google Docsとは何ですか?

FavIdenticon for Google DocsはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Gives Docs, Sheets, and Slides unique favicons per document.」です。

拡張機能のスクリーンショット

screenshot

FavIdenticon for Google Docs拡張機能のCRXファイルをダウンロード

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"
            ]
        }
    ]
}