Color Enhancer

A customizable color filter applied to webpages to improve color perception.

What is Color Enhancer?

Color Enhancer is a Chrome extension developed by chrome-a11y-extensions, and its main feature is "A customizable color filter applied to webpages to improve color perception.".

Extension Screenshots

screenshot

Download Color Enhancer Extension CRX File

Download Color Enhancer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A customizable color filter applied to webpages to improve color perception, for people who are partially color-blind.                    

Extension Basic Information

Name Color Enhancer Color Enhancer
ID ipkjmjaledkapilfdigkgfmpekpfnkih
Official URL https://chromewebstore.google.com/detail/color-enhancer/ipkjmjaledkapilfdigkgfmpekpfnkih
Description A customizable color filter applied to webpages to improve color perception.
File Size 178 KB
Installation Count 223,547
Current Version 1.14.1
Last Updated 2024-02-29
Publish Date 2019-08-27
Rating 3.97/5 Total 2694 Ratings
Developer chrome-a11y-extensions
Email [email protected]
Payment Type free
Privacy Policy Page URL https://policies.google.com/privacy?hl=en
Supported Languages id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_COLOR_ENHANCER_APPNAME__",
    "version": "1.14.1",
    "description": "__MSG_COLOR_ENHANCER_APPDESC__",
    "manifest_version": 3,
    "icons": {
        "16": "res\/cvd-16.png",
        "48": "res\/cvd-48.png",
        "128": "res\/cvd-128.png"
    },
    "permissions": [
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "src\/background.js"
    },
    "action": {
        "default_icon": {
            "19": "res\/cvd-19.png",
            "38": "res\/cvd-38.png"
        },
        "default_title": "__MSG_COLOR_ENHANCER_APPNAME__",
        "default_popup": "src\/popup.html"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "src\/common.js",
                "src\/matrix.js",
                "src\/cvd_type.js",
                "src\/cvd.js"
            ]
        }
    ]
}