Spectrum

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

O que é Spectrum?

Spectrum é uma extensão do Chrome desenvolvida por Yehor Lvivski, e sua principal característica é "Instantly test your web page with different types of color vision deficiency.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Spectrum

Baixe arquivos de extensão Spectrum no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Spectrum Spectrum
ID ofclemegkcmilinpcimpjkfhjfgmhieb
URL Oficial https://chrome.google.com/webstore/detail/spectrum/ofclemegkcmilinpcimpjkfhjfgmhieb
Descrição Instantly test your web page with different types of color vision deficiency.
Tamanho do Arquivo 12.21 KB
Contagem de Instalações 21,907
Versão Atual 0.2.0
Última Atualização 2017-01-11
Data de Publicação 2017-01-11
Classificação 3.77/5 Total de 56 Avaliações
Desenvolvedor Yehor Lvivski
Tipo de Pagamento free
Idiomas Suportados 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:\/\/*\/*"
    ]
}