Desaturate Favicons

Desaturate the favicons of all inactive tabs.

Desaturate Favicons란 무엇입니까?

Desaturate Favicons은(는) Adam Schwartz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Desaturate the favicons of all inactive tabs."입니다.

확장 프로그램 스크린샷

screenshot

Desaturate Favicons 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Desaturate Favicons Desaturate Favicons
ID dkenplobjcbiljmfbgpbpaboipfgpcbm
공식 URL https://chromewebstore.google.com/detail/desaturate-favicons/dkenplobjcbiljmfbgpbpaboipfgpcbm
설명 Desaturate the favicons of all inactive tabs.
파일 크기 25.81 KB
설치 횟수 888
현재 버전 0.0.4
최근 업데이트 2021-04-29
출시 날짜 2014-04-15
평점 4.13/5 총 15 개의 평점
개발자 Adam Schwartz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://adamschwartz.co
도움말 페이지 URL https://github.com/adamschwartz/chrome-desaturate-favicons
지원되는 언어 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"
    }
}