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:\/\/*\/*"
    ]
}