FavIdenticon for Google Docs

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

FavIdenticon for Google Docs là gì?

FavIdenticon for Google Docs là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Gives Docs, Sheets, and Slides unique favicons per document.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FavIdenticon for Google Docs

Tải xuống các tệp mở rộng FavIdenticon for Google Docs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FavIdenticon for Google Docs FavIdenticon for Google Docs
ID alkonpgilhahbbhihdjnamkmckfajmjo
URL Chính Thức https://chromewebstore.google.com/detail/favidenticon-for-google-d/alkonpgilhahbbhihdjnamkmckfajmjo
Mô tả Gives Docs, Sheets, and Slides unique favicons per document.
Kích Thước Tệp 252 KB
Số Lần Cài Đặt 2,086
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2018-10-01
Ngày Phát Hành 2018-10-01
Đánh Giá 4.36/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}