Spectrum

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

Что такое Spectrum?

Spectrum - это расширение Chrome, разработанное Yehor Lvivski, и его основная функция - "Instantly test your web page with different types of color vision deficiency.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Spectrum

Скачайте файлы расширений 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:\/\/*\/*"
    ]
}