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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}