Vision

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

Vision란 무엇입니까?

Vision은(는) http://visiontechnology.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vision is software allowing people with different kinds of color blindness (colour vision deficiency) to see more colors."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

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

Vision 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 Vision 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. 

There are close to 300 million people who are colorblind and struggle every day. Many of them are prohibited from becoming pilots, scientists, doctors, police officers, firefighters, electricians, etc. 

It is these people that Vision is aiming to assist, by making the world a much more colourful and better place for them.                    

확장 프로그램 기본 정보

이름 Vision Vision
ID ofdemndiibjjpjkmlcefokcmoiilning
공식 URL https://chrome.google.com/webstore/detail/vision/ofdemndiibjjpjkmlcefokcmoiilning
설명 Vision is software allowing people with different kinds of color blindness (colour vision deficiency) to see more colors.
파일 크기 33.67 KB
설치 횟수 660
현재 버전 0.0.8
최근 업데이트 2017-04-11
출시 날짜 2017-04-11
평점 5.00/5 총 3 개의 평점
개발자 http://visiontechnology.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://visiontechnology.co/
개인정보 보호 정책 페이지 URL https://iristech.co/privacy-policy
지원되는 언어 en,bg
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_VISION_APPNAME__",
    "version": "0.0.8",
    "description": "__MSG_VISION_APPDESC__",
    "manifest_version": 2,
    "icons": {
        "16": "res\/vision-16.png",
        "48": "res\/vision-48.png",
        "128": "res\/vision-128.png"
    },
    "permissions": [
        "",
        "tabs"
    ],
    "background": {
        "scripts": [
            "src\/common.js",
            "src\/storage.js",
            "src\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "res\/vision-19.png",
            "38": "res\/vision-38.png"
        },
        "default_title": "__MSG_VISION_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"
            ]
        }
    ]
}