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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |