Colorblind - Dalton for Google Chrome

Dalton is software allowing people with different kinds of color blindness (colour vision deficiency) to see more colors.

Colorblind - Dalton for Google Chrome란 무엇입니까?

Colorblind - Dalton for Google Chrome은(는) https://colorblind.tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dalton is software allowing people with different kinds of color blindness (colour vision deficiency) to see more colors."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Colorblind - Dalton for Google Chrome 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This software is adapt for Google Chrome !

Software for colorblind people.
Dalton is software allowing people with different kinds of color blindness (colour vision deficiency) to see more colors. 

Dalton provides solutions to some of the everyday problems experienced by colour blind people. People with various types of colour deficiency could benefit from the use of Dalton software including those affected by Tritanopia (blue colour vision deficiency), Deuteranopia (green), Protanopia (red). 

People generally have the assumption that if you suffer from blue-yellow color blindness these are the only colors you have trouble seeing. But that’s wrong. Color blindness doesn’t relate to just two color shades you can’t distinguish, it is the whole color spectrum which is affected. 

The extension is totally free.The main aim is to help people to see the world colorful.                    

확장 프로그램 기본 정보

이름 Colorblind - Dalton for Google Chrome Colorblind - Dalton for Google Chrome
ID afcafnelafcgjinkaeohkalmfececool
공식 URL https://chromewebstore.google.com/detail/colorblind-dalton-for-goo/afcafnelafcgjinkaeohkalmfececool
설명 Dalton is software allowing people with different kinds of color blindness (colour vision deficiency) to see more colors.
파일 크기 66.48 KB
설치 횟수 10,000
현재 버전 0.1.3
최근 업데이트 2018-01-30
출시 날짜 2018-01-30
평점 4.47/5 총 34 개의 평점
개발자 https://colorblind.tech
결제 유형 free
확장 프로그램 웹 사이트 http://colorblind.tech/
도움말 페이지 URL http://colorblind.tech/
지원되는 언어 de,en,nl,tr,es,it,el,sr,bg,ru,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Colorblind - Dalton for Google Chrome",
    "version": "0.1.3",
    "description": "__MSG_dalton_APPDESC__",
    "manifest_version": 2,
    "icons": {
        "16": "res\/dalton-16.png",
        "48": "res\/dalton-48.png",
        "128": "res\/dalton-128.png"
    },
    "permissions": [
        "",
        "tabs"
    ],
    "background": {
        "scripts": [
            "src\/common.js",
            "src\/storage.js",
            "src\/background.js",
            "src\/app.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "res\/dalton-19.png",
            "38": "res\/dalton-38.png"
        },
        "default_title": "__MSG_dalton_APPNAME__",
        "default_popup": "src\/popup.html"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "css": [
                "res\/cvd.css"
            ],
            "js": [
                "src\/common.js",
                "src\/cvd.js"
            ]
        }
    ]
}