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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dalton is software allowing people with different kinds of color blindness (colour vision deficiency) to see more colors."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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