Colorblind Helper

Minor tweaks to major websites to make them more friendly to colorblind people. Currently servicing okcupid.com and eBay. Let me…

O que é Colorblind Helper?

Colorblind Helper é uma extensão do Chrome desenvolvida por Coby Hausrath, e sua principal característica é "Minor tweaks to major websites to make them more friendly to colorblind people. Currently servicing okcupid.com and eBay. Let me…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Colorblind Helper

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

                        Minor tweaks to major websites to make them more friendly to colorblind people.

Currently servicing okcupid.com and eBay.  Let me know if there are particular page elements that give you trouble on any other site and I can add support for your preferences as well. 

OKCupid.com:
Changes the text of (red) unacceptable answers to (red+)bold+italic.
eBay:
Changes the text of (green) winning bids to blue.

credit goes to /u/darthvader666uk for the eBay changes!                    

Informações Básicas da Extensão

Nome Colorblind Helper Colorblind Helper
ID dlonjjgpeedbkjdipiiboelenjdjjbak
URL Oficial https://chrome.google.com/webstore/detail/colorblind-helper/dlonjjgpeedbkjdipiiboelenjdjjbak
Descrição Minor tweaks to major websites to make them more friendly to colorblind people. Currently servicing okcupid.com and eBay. Let me…
Tamanho do Arquivo 42.7 KB
Contagem de Instalações 171
Versão Atual 1.1
Última Atualização 2014-03-27
Data de Publicação 2014-03-27
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor Coby Hausrath
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colorblind Helper",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.okcupid.com\/*"
            ],
            "css": [
                "okcupid.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.com.au\/*",
                "*:\/\/*.ebay.at\/*",
                "*:\/\/*.ebay.be\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.ebay.com.cn\/*",
                "*:\/\/*.ebay.fr\/*",
                "*:\/\/*.ebay.de\/*",
                "*:\/\/*.ebay.com.hk\/*",
                "*:\/\/*.ebay.in\/*",
                "*:\/\/*.ebay.ie\/*",
                "*:\/\/*.ebay.it\/*",
                "*:\/\/*.ebay.com.my\/*",
                "*:\/\/*.ebay.nl\/*",
                "*:\/\/*.ebay.ph\/*",
                "*:\/\/*.ebay.pl\/*",
                "*:\/\/*.ebay.com.sg\/*",
                "*:\/\/*.ebay.es\/*",
                "*:\/\/*.ebay.ch\/*",
                "*:\/\/*.ebay.co.uk\/*"
            ],
            "css": [
                "ebay.css"
            ],
            "run_at": "document_start"
        }
    ],
    "version": "1.1",
    "icons": {
        "128": "icon128.png"
    },
    "short_name": "Colorblind Helper"
}