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
官方網址 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:\/\/*\/*"
    ]
}