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
官方網址 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"
    }
}