RGBlind

Simulate color blindness in your web browser.

O que é RGBlind?

RGBlind é uma extensão do Chrome desenvolvida por https://www.rgblind.se, e sua principal característica é "Simulate color blindness in your web browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão RGBlind

Baixe arquivos de extensão RGBlind 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

                        RGBlind is an open-source real-time color blindness simulation tool for the web.

It is developed to:
- Help organizations, designers and web developers understand how color blind users might experience their webpages.
- Help designers and web developers understand the problematics with designing for color blind users.

RGBlind helps designing better structured webpages with high readability, for everyone.                    

Informações Básicas da Extensão

Nome RGBlind RGBlind
ID kjlmmjnmmlfamgddfglhaoklpjjplbhc
URL Oficial https://chromewebstore.google.com/detail/rgblind/kjlmmjnmmlfamgddfglhaoklpjjplbhc
Descrição Simulate color blindness in your web browser.
Tamanho do Arquivo 65.85 KB
Contagem de Instalações 2,052
Versão Atual 1.0.3
Última Atualização 2017-01-06
Data de Publicação 2017-01-06
Classificação 4.40/5 Total de 5 Avaliações
Desenvolvedor https://www.rgblind.se
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.rgblind.se
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RGBlind",
    "description": "Simulate color blindness in your web browser.",
    "version": "1.0.3",
    "homepage_url": "http:\/\/www.rgblind.se",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ],
            "js": [
                "rgblind\/rgblind.js",
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_popup": "popup.html",
        "default_title": "RGBlind - simulate color blindness."
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "https:\/\/ajax.googleapis.com\/"
    ],
    "web_accessible_resources": [
        "rgblind\/rgblind.svg",
        "rgblind\/rgblind-inject.css"
    ]
}