Colorblind Helper
Minor tweaks to major websites to make them more friendly to colorblind people. Currently servicing okcupid.com and eBay. Let me…
Qu'est-ce que Colorblind Helper ?
Colorblind Helper est une extension Chrome développée par Coby Hausrath, et sa fonction principale est "Minor tweaks to major websites to make them more friendly to colorblind people. Currently servicing okcupid.com and eBay. Let me…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Colorblind Helper
Téléchargez les fichiers d'extension Colorblind Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | dlonjjgpeedbkjdipiiboelenjdjjbak |
URL Officiel | https://chrome.google.com/webstore/detail/colorblind-helper/dlonjjgpeedbkjdipiiboelenjdjjbak |
Description | Minor tweaks to major websites to make them more friendly to colorblind people. Currently servicing okcupid.com and eBay. Let me… |
Taille du Fichier | 42.7 KB |
Nombre d'Installations | 171 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-03-27 |
Date de Publication | 2014-03-27 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | Coby Hausrath |
Type de Paiement | free |
Langues Prises en Charge | 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" } |