Daltonize

Simulate color blindness

What is Daltonize?

Daltonize is a Chrome extension developed by Unknown, and its main feature is "Simulate color blindness".

Extension Screenshots

screenshot

Download Daltonize Extension CRX File

Download Daltonize 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

                        Simulate color blindness directly in chrome.                    

Extension Basic Information

Name Daltonize Daltonize
ID obcnmdgpjakcffkcjnonpdlainhphpgh
Official URL https://chromewebstore.google.com/detail/daltonize/obcnmdgpjakcffkcjnonpdlainhphpgh
Description Simulate color blindness
File Size 15.3 KB
Installation Count 3,000
Current Version 1.0
Last Updated 2017-08-09
Publish Date 2017-08-09
Rating 5.00/5 Total 5 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daltonize",
    "description": "Simulate color blindness",
    "version": "1.0",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon-disabled.png",
        "default_popup": "popup.html",
        "default_title": "Daltonize"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "filters.css"
            ],
            "js": [
                "filters.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "filters.svg"
    ],
    "manifest_version": 2
}