Colorblind Helper

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

Cos'è Colorblind Helper?

Colorblind Helper è un'estensione di Chrome sviluppata da Coby Hausrath, e la sua funzione principale è "Minor tweaks to major websites to make them more friendly to colorblind people. Currently servicing okcupid.com and eBay. Let me…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Colorblind Helper

Scarica i file di estensione Colorblind Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Colorblind Helper Colorblind Helper
ID dlonjjgpeedbkjdipiiboelenjdjjbak
URL Ufficiale https://chrome.google.com/webstore/detail/colorblind-helper/dlonjjgpeedbkjdipiiboelenjdjjbak
Descrizione Minor tweaks to major websites to make them more friendly to colorblind people. Currently servicing okcupid.com and eBay. Let me…
Dimensione del File 42.7 KB
Conteggio Installazioni 171
Versione Corrente 1.1
Ultimo Aggiornamento 2014-03-27
Data di Pubblicazione 2014-03-27
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore Coby Hausrath
Tipo di Pagamento free
Lingue Supportate 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"
}