Prism

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

什么是Prism?

Prism是由hbkwong开发的Chrome扩展程序,该扩展的主要功能是“Color-blindness: no longer a pigment of your imagination. Prism simulates eight distinct forms of color-blindness. Whether you're…”。

扩展截图

screenshot

下载Prism扩展crx文件

下载Prism扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Prism Prism
ID mjapjgpplodpimkkdleafghfbdfibgin
官方URL https://chrome.google.com/webstore/detail/prism/mjapjgpplodpimkkdleafghfbdfibgin
简介 Color-blindness: no longer a pigment of your imagination. Prism simulates eight distinct forms of color-blindness. Whether you're…
文件大小 7.17 MB
安装次数 78
当前版本 1.0
更新时间 2017-05-10
上架时间 2017-05-10
评分 5.00/5 共3次评分
开发者 hbkwong
付费类型 free
扩展官网 https://imahungrypanda.github.io/Prism/
支持的语言 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"
    }
}