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開發的Chrome擴展程式,該擴展的主要功能是“Dalton is software allowing people with different kinds of color blindness (colour vision deficiency) to see more colors.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Colorblind - Dalton for Google Chrome擴展crx文件

下載Colorblind - Dalton for Google Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}