RGBlind

Simulate color blindness in your web browser.

RGBlind란 무엇입니까?

RGBlind은(는) https://www.rgblind.se에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simulate color blindness in your web browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

RGBlind 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        RGBlind is an open-source real-time color blindness simulation tool for the web.

It is developed to:
- Help organizations, designers and web developers understand how color blind users might experience their webpages.
- Help designers and web developers understand the problematics with designing for color blind users.

RGBlind helps designing better structured webpages with high readability, for everyone.                    

확장 프로그램 기본 정보

이름 RGBlind RGBlind
ID kjlmmjnmmlfamgddfglhaoklpjjplbhc
공식 URL https://chromewebstore.google.com/detail/rgblind/kjlmmjnmmlfamgddfglhaoklpjjplbhc
설명 Simulate color blindness in your web browser.
파일 크기 65.85 KB
설치 횟수 2,052
현재 버전 1.0.3
최근 업데이트 2017-01-06
출시 날짜 2017-01-06
평점 4.40/5 총 5 개의 평점
개발자 https://www.rgblind.se
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.rgblind.se
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RGBlind",
    "description": "Simulate color blindness in your web browser.",
    "version": "1.0.3",
    "homepage_url": "http:\/\/www.rgblind.se",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ],
            "js": [
                "rgblind\/rgblind.js",
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_popup": "popup.html",
        "default_title": "RGBlind - simulate color blindness."
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "https:\/\/ajax.googleapis.com\/"
    ],
    "web_accessible_resources": [
        "rgblind\/rgblind.svg",
        "rgblind\/rgblind-inject.css"
    ]
}