Colorblind Helper
Minor tweaks to major websites to make them more friendly to colorblind people. Currently servicing okcupid.com and eBay. Let me…
什么是Colorblind Helper?
Colorblind Helper是由Coby Hausrath开发的Chrome扩展程序,该扩展的主要功能是“Minor tweaks to major websites to make them more friendly to colorblind people. Currently servicing okcupid.com and eBay. Let me…”。
扩展截图
下载Colorblind Helper扩展crx文件
下载Colorblind Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
ID | dlonjjgpeedbkjdipiiboelenjdjjbak |
官方URL | https://chrome.google.com/webstore/detail/colorblind-helper/dlonjjgpeedbkjdipiiboelenjdjjbak |
简介 | Minor tweaks to major websites to make them more friendly to colorblind people. Currently servicing okcupid.com and eBay. Let me… |
文件大小 | 42.7 KB |
安装次数 | 171 |
当前版本 | 1.1 |
更新时间 | 2014-03-27 |
上架时间 | 2014-03-27 |
评分 | 4.00/5 共4次评分 |
开发者 | Coby Hausrath |
付费类型 | free |
支持的语言 | 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" } |