Colorblindness EdTech 2019

Make them colors

What is Colorblindness EdTech 2019?

Colorblindness EdTech 2019 is a Chrome extension developed by colorloud, and its main feature is "Make them colors".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Colorblindness EdTech 2019 Extension CRX File

Download Colorblindness EdTech 2019 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

                        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)                    

Extension Basic Information

Name Colorblindness EdTech 2019 Colorblindness EdTech 2019
ID biahcgllkcfmedlokafgefjlcdikagjl
Official URL https://chromewebstore.google.com/detail/colorblindness-edtech-201/biahcgllkcfmedlokafgefjlcdikagjl
Description Make them colors
File Size 17.45 KB
Installation Count 84
Current Version 1.0
Last Updated 2019-12-27
Publish Date 2019-12-27
Rating 4.75/5 Total 4 Ratings
Developer colorloud
Payment Type free
Supported Languages 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
}