Colorblind accessibility extension
A simple browser extension to notify websites of your accessibility requirements.
Colorblind accessibility extensionคืออะไร?
Colorblind accessibility extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rainforestqa และคุณลักษณะหลักของมันคือ "A simple browser extension to notify websites of your accessibility requirements."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Colorblind accessibility extension
ดาวน์โหลดไฟล์ส่วนขยาย Colorblind accessibility extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a colorblind class to every webpage you visit, so that developers can design for your specific needs.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | glonfoenllnnmaldbmllddheaenpamlp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/colorblind-accessibility/glonfoenllnnmaldbmllddheaenpamlp |
คำอธิบาย | A simple browser extension to notify websites of your accessibility requirements. |
ขนาดไฟล์ | 4.55 KB |
จำนวนการติดตั้ง | 58 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2014-07-14 |
วันที่เผยแพร่ | 2014-07-14 |
ผู้พัฒนา | rainforestqa |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Colorblind accessibility extension", "version": "0.0.1", "manifest_version": 2, "description": "A simple browser extension to notify websites of your accessibility requirements.", "homepage_url": "https:\/\/github.com\/rainforestapp\/accessibility", "default_locale": "en", "options_page": "src\/options\/index.html", "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ], "run_at": "document_start" } ] } |