Colorblindness Emulator

Emulate 8 types of colorblindness on your browser!

What is Colorblindness Emulator?

Colorblindness Emulator is a Chrome extension developed by Agathe Badia, and its main feature is "Emulate 8 types of colorblindness on your browser!".

Extension Screenshots

screenshot

Download Colorblindness Emulator Extension CRX File

Download Colorblindness Emulator 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

                        Emulate 8 types of colorblindness on the browser: Protanopia, Protanomaly, Deuteranopia, Deuteranomaly, Tritanopia, Tritanomaly, Achromatopsia, Achromatomaly

This product is perfect for designers, developers, and every person interested in an immersive experience through colorblindness.

Develop great apps, for accessible content. Or test it for better audit!                    

Extension Basic Information

Name Colorblindness Emulator Colorblindness Emulator
ID ffmdflnkahdfgkhneidigopdlokgipki
Official URL https://chromewebstore.google.com/detail/colorblindness-emulator/ffmdflnkahdfgkhneidigopdlokgipki
Description Emulate 8 types of colorblindness on your browser!
File Size 43.77 KB
Installation Count 197
Current Version 2.1.0
Last Updated 2022-03-30
Publish Date 2022-03-24
Rating 5.00/5 Total 4 Ratings
Developer Agathe Badia
Email [email protected]
Payment Type free
Extension Website https://github.com/Agathebadia/colorblind-extension
Privacy Policy Page URL https://www.privacypolicies.com/live/65e5c856-b948-45ef-acad-f499d5a6a0cb
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Colorblindness Emulator",
    "description": "Emulate 8 types of colorblindness on your browser!",
    "version": "2.1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Colorblindness emulator",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "public\/assets\/icon-sm.png",
        "48": "public\/assets\/icon-md.png",
        "128": "public\/assets\/icon-lg.png"
    }
}