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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Coby Hausrath และคุณลักษณะหลักของมันคือ "Minor tweaks to major websites to make them more friendly to colorblind people. Currently servicing okcupid.com and eBay. Let me…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Colorblind Helper
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |