Accessible Color Picker
Accessible Color Picker
Accessible Color Picker là gì?
Accessible Color Picker là một tiện ích mở rộng Chrome được phát triển bởi Level Access, và tính năng chính của nó là "Accessible Color Picker".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Accessible Color Picker
Tải xuống các tệp mở rộng Accessible Color Picker 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
There must be enhanced contrast between foreground and background text colors and images of text. Enhanced color contrast ensures that the page is usable by a very wide range of people with low vision and color deficiencies or when the page is viewed without color, and users of monochrome screens can understand page content. Leverage this in-browser color picker to evaluate the accessibility of your color palette. This tool allows you to select foreground and background colors and will determine the color contrast ratio between them. If your colors do not have sufficient contrast, this tool will suggest similar colors that are compliant. Additional features * History of last 10 foreground and 10 background colors selected * Preview sample text using selected colors * Toggle foreground and background to test variations * Editable hex codes with simple copy to clipboard button
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Accessible Color Picker |
ID | bgfhbflmeekopanooidljpnmnljdihld |
URL Chính Thức | https://chromewebstore.google.com/detail/accessible-color-picker/bgfhbflmeekopanooidljpnmnljdihld |
Mô tả | Accessible Color Picker |
Kích Thước Tệp | 3.84 MB |
Số Lần Cài Đặt | 7,271 |
Phiên Bản Hiện Tại | 1.0.0.1 |
Cập Nhật Lần Cuối | 2022-10-24 |
Ngày Phát Hành | 2019-07-03 |
Đánh Giá | 4.89/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Level Access |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.levelaccess.com/ |
URL Trang Trợ Giúp | https://www.levelaccess.com/contact/ |
URL Trang Chính Sách Bảo Mật | https://www.levelaccess.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Accessible Color Picker", "version": "1.0.0.1", "description": "Accessible Color Picker", "action": { "default_title": "Accessible Color Picker", "default_icon": "img\/dropper.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "activeTab", "scripting" ], "icons": { "128": "img\/dropper.png" } } |