Color Enhancer

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

Apa itu Color Enhancer?

Color Enhancer adalah ekstensi Chrome yang dikembangkan oleh chrome-a11y-extensions, dan fitur utamanya adalah "A customizable color filter applied to webpages to improve color perception.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Color Enhancer

Unduh file ekstensi Color Enhancer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Color Enhancer Color Enhancer
ID ipkjmjaledkapilfdigkgfmpekpfnkih
URL Resmi https://chromewebstore.google.com/detail/color-enhancer/ipkjmjaledkapilfdigkgfmpekpfnkih
Deskripsi A customizable color filter applied to webpages to improve color perception.
Ukuran File 178 KB
Jumlah Instalasi 223,547
Versi Saat Ini 1.14.1
Terakhir Diperbarui 2024-02-29
Tanggal Publikasi 2019-08-27
Penilaian 3.97/5 Total 2694 Penilaian
Pengembang chrome-a11y-extensions
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://policies.google.com/privacy?hl=en
Bahasa yang Didukung 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"
            ]
        }
    ]
}