Vision

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

Visionคืออะไร?

Vision เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://visiontechnology.co และคุณลักษณะหลักของมันคือ "Vision is software allowing people with different kinds of color blindness (colour vision deficiency) to see more colors."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vision

ดาวน์โหลดไฟล์ส่วนขยาย Vision ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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