Desaturate Favicons

Desaturate the favicons of all inactive tabs.

Desaturate Favicons là gì?

Desaturate Favicons là một tiện ích mở rộng Chrome được phát triển bởi Adam Schwartz, và tính năng chính của nó là "Desaturate the favicons of all inactive tabs.".

Ả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 Desaturate Favicons

Tải xuống các tệp mở rộng Desaturate Favicons 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

                        Favicons—originally “favorites icons”—are the small icons that appear next to the page title inside a tab in Google Chrome.

Many companies choose to utilize this icon as a way to show off their logo or brand. As such, they’re often colorful and bold.

In an effort to provide a more minimalist, distraction-free, browsing experience, this extension desaturates the tab icons for all but the active tab.

In other words, all of the background tabs will appear in grayscale (“black and white”). When you switch which tab you’re viewing, the tab you were just viewing will see its icon switch to grayscale, and the new one you’re viewing will go back to full color.

The extension has no settings. There’s nothing to do. Just install it and it’ll start working right away. If you ever want the full color of icons to return, simply uninstall the extension.                    

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

Tên Desaturate Favicons Desaturate Favicons
ID dkenplobjcbiljmfbgpbpaboipfgpcbm
URL Chính Thức https://chromewebstore.google.com/detail/desaturate-favicons/dkenplobjcbiljmfbgpbpaboipfgpcbm
Mô tả Desaturate the favicons of all inactive tabs.
Kích Thước Tệp 25.81 KB
Số Lần Cài Đặt 888
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2021-04-29
Ngày Phát Hành 2014-04-15
Đánh Giá 4.13/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Adam Schwartz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://adamschwartz.co
URL Trang Trợ Giúp https://github.com/adamschwartz/chrome-desaturate-favicons
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Desaturate Favicons",
    "description": "Desaturate the favicons of all inactive tabs.",
    "version": "0.0.4",
    "permissions": [
        "",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}