RGBlind

Simulate color blindness in your web browser.

What is RGBlind?

RGBlind is a Chrome extension developed by https://www.rgblind.se, and its main feature is "Simulate color blindness in your web browser.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download RGBlind Extension CRX File

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

                        RGBlind is an open-source real-time color blindness simulation tool for the web.

It is developed to:
- Help organizations, designers and web developers understand how color blind users might experience their webpages.
- Help designers and web developers understand the problematics with designing for color blind users.

RGBlind helps designing better structured webpages with high readability, for everyone.                    

Extension Basic Information

Name RGBlind RGBlind
ID kjlmmjnmmlfamgddfglhaoklpjjplbhc
Official URL https://chromewebstore.google.com/detail/rgblind/kjlmmjnmmlfamgddfglhaoklpjjplbhc
Description Simulate color blindness in your web browser.
File Size 65.85 KB
Installation Count 2,052
Current Version 1.0.3
Last Updated 2017-01-06
Publish Date 2017-01-06
Rating 4.40/5 Total 5 Ratings
Developer https://www.rgblind.se
Email [email protected]
Payment Type free
Extension Website http://www.rgblind.se
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RGBlind",
    "description": "Simulate color blindness in your web browser.",
    "version": "1.0.3",
    "homepage_url": "http:\/\/www.rgblind.se",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ],
            "js": [
                "rgblind\/rgblind.js",
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_popup": "popup.html",
        "default_title": "RGBlind - simulate color blindness."
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "https:\/\/ajax.googleapis.com\/"
    ],
    "web_accessible_resources": [
        "rgblind\/rgblind.svg",
        "rgblind\/rgblind-inject.css"
    ]
}