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
官方網址 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"
            ]
        }
    ]
}