Colorblind - Dalton for Google Chrome

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

O que é Colorblind - Dalton for Google Chrome?

Colorblind - Dalton for Google Chrome é uma extensão do Chrome desenvolvida por https://colorblind.tech, e sua principal característica é "Dalton is software allowing people with different kinds of color blindness (colour vision deficiency) to see more colors.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Colorblind - Dalton for Google Chrome

Baixe arquivos de extensão Colorblind - Dalton for Google Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Colorblind - Dalton for Google Chrome Colorblind - Dalton for Google Chrome
ID afcafnelafcgjinkaeohkalmfececool
URL Oficial https://chromewebstore.google.com/detail/colorblind-dalton-for-goo/afcafnelafcgjinkaeohkalmfececool
Descrição Dalton is software allowing people with different kinds of color blindness (colour vision deficiency) to see more colors.
Tamanho do Arquivo 66.48 KB
Contagem de Instalações 10,000
Versão Atual 0.1.3
Última Atualização 2018-01-30
Data de Publicação 2018-01-30
Classificação 4.47/5 Total de 34 Avaliações
Desenvolvedor https://colorblind.tech
Tipo de Pagamento free
Site da Extensão http://colorblind.tech/
URL da Página de Ajuda http://colorblind.tech/
Idiomas Suportados 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"
            ]
        }
    ]
}