Colorblind accessibility extension
A simple browser extension to notify websites of your accessibility requirements.
Colorblind accessibility extension là gì?
Colorblind accessibility extension là một tiện ích mở rộng Chrome được phát triển bởi rainforestqa, và tính năng chính của nó là "A simple browser extension to notify websites of your accessibility requirements.".
Tải xuống tệp CRX của tiện ích mở rộng Colorblind accessibility extension
Tải xuống các tệp mở rộng Colorblind accessibility extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Adds a colorblind class to every webpage you visit, so that developers can design for your specific needs.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | glonfoenllnnmaldbmllddheaenpamlp |
URL Chính Thức | https://chrome.google.com/webstore/detail/colorblind-accessibility/glonfoenllnnmaldbmllddheaenpamlp |
Mô tả | A simple browser extension to notify websites of your accessibility requirements. |
Kích Thước Tệp | 4.55 KB |
Số Lần Cài Đặt | 58 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2014-07-14 |
Ngày Phát Hành | 2014-07-14 |
Nhà Phát Triển | rainforestqa |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |