Colorblindness EdTech 2019

Make them colors

Apa itu Colorblindness EdTech 2019?

Colorblindness EdTech 2019 adalah ekstensi Chrome yang dikembangkan oleh colorloud, dan fitur utamanya adalah "Make them colors".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Colorblindness EdTech 2019

Unduh file ekstensi Colorblindness EdTech 2019 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

                        The ColorLoud Chrome extension helps colorblind people see differences in similar colors. Since everyone is different, the extension is highly customizable to help find the balance between noticeable color separation and distortion, and it now works with videos.

(currently only red-weak or red-blind colorblindness supported)                    

Informasi Dasar Ekstensi

Nama Colorblindness EdTech 2019 Colorblindness EdTech 2019
ID biahcgllkcfmedlokafgefjlcdikagjl
URL Resmi https://chromewebstore.google.com/detail/colorblindness-edtech-201/biahcgllkcfmedlokafgefjlcdikagjl
Deskripsi Make them colors
Ukuran File 17.45 KB
Jumlah Instalasi 84
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-12-27
Tanggal Publikasi 2019-12-27
Penilaian 4.75/5 Total 4 Penilaian
Pengembang colorloud
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Colorblindness EdTech 2019",
    "version": "1.0",
    "description": "Make them colors",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "colorConverter.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}