Prism

Color-blindness: no longer a pigment of your imagination. Prism simulates eight distinct forms of color-blindness. Whether you're…

What is Prism?

Prism is a Chrome extension developed by hbkwong, and its main feature is "Color-blindness: no longer a pigment of your imagination. Prism simulates eight distinct forms of color-blindness. Whether you're…".

Extension Screenshots

screenshot

Download Prism Extension CRX File

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

                        Color-blindness: no longer a pigment of your imagination.

Prism simulates eight distinct forms of color-blindness. Whether you're a web developer building towards accessibility, or just curious how color-blind users view the web, check out Prism!                    

Extension Basic Information

Name Prism Prism
ID mjapjgpplodpimkkdleafghfbdfibgin
Official URL https://chrome.google.com/webstore/detail/prism/mjapjgpplodpimkkdleafghfbdfibgin
Description Color-blindness: no longer a pigment of your imagination. Prism simulates eight distinct forms of color-blindness. Whether you're…
File Size 7.17 MB
Installation Count 78
Current Version 1.0
Last Updated 2017-05-10
Publish Date 2017-05-10
Rating 5.00/5 Total 3 Ratings
Developer hbkwong
Payment Type free
Extension Website https://imahungrypanda.github.io/Prism/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Prism",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "background.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "*:\/\/*\/*",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Prism",
        "default_popup": "prism.html"
    },
    "icons": {
        "16": "assets\/icon\/icon_16.png",
        "24": "assets\/icon\/icon_24.png",
        "32": "assets\/icon\/icon_32.png",
        "64": "assets\/icon\/icon_64.png",
        "128": "assets\/icon\/icon_128.png"
    }
}