Spectrum

Instantly test your web page with different types of color vision deficiency.

什么是Spectrum?

Spectrum是由Yehor Lvivski开发的Chrome扩展程序,该扩展的主要功能是“Instantly test your web page with different types of color vision deficiency.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Spectrum扩展crx文件

下载Spectrum扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Color Vision Deficiency (CVD) affects people’s ability to distinguish certain colors. Estimates indicate that approximately 200 million people worldwide are affected by some kind of CVD. Individuals of Northern European ancestry, as many as 8 percent of men and 0.5 percent of women experience the common form of red-green color blindness.

This extension helps you to test web pages for people with different types of CVD. It's particularly useful for websites with data visualisations, because some colors may not be distinguishable from other colors in the charts.

Flash enabled websites are also supported!                    

扩展基本信息

名称 Spectrum Spectrum
ID ofclemegkcmilinpcimpjkfhjfgmhieb
官方URL https://chrome.google.com/webstore/detail/spectrum/ofclemegkcmilinpcimpjkfhjfgmhieb
简介 Instantly test your web page with different types of color vision deficiency.
文件大小 12.21 KB
安装次数 21,907
当前版本 0.2.0
更新时间 2017-01-11
上架时间 2017-01-11
评分 3.77/5 共56次评分
开发者 Yehor Lvivski
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spectrum",
    "description": "Instantly test your web page with different types of color vision deficiency.",
    "version": "0.2.0",
    "homepage_url": "http:\/\/lvivski.com\/spectrum",
    "browser_action": {
        "default_title": "Spectrum",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "img\/action_small.png",
            "38": "img\/action.png"
        }
    },
    "icons": {
        "128": "img\/icon.png",
        "48": "img\/icon_small.png"
    },
    "web_accessible_resources": [
        "img\/filters.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "js\/filters.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ]
}