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