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 |
官方網址 | 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" } |