Vision

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

Vision क्या है?

Vision 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Vision एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}