Accessible Color Picker
Accessible Color Picker
什麼是Accessible Color Picker?
Accessible Color Picker是由Level Access開發的Chrome擴展程式,該擴展的主要功能是“Accessible Color Picker”。
擴展截圖
下載Accessible Color Picker擴展crx文件
下載Accessible Color Picker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Accessible Color Picker |
ID | bgfhbflmeekopanooidljpnmnljdihld |
官方網址 | https://chromewebstore.google.com/detail/accessible-color-picker/bgfhbflmeekopanooidljpnmnljdihld |
簡介 | Accessible Color Picker |
檔案大小 | 3.84 MB |
安裝次數 | 7,271 |
目前版本 | 1.0.0.1 |
更新時間 | 2022-10-24 |
上架時間 | 2019-07-03 |
評分 | 4.89/5 共 9 次評分 |
開發者 | Level Access |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.levelaccess.com/ |
說明頁面URL | https://www.levelaccess.com/contact/ |
隱私政策頁面URL | https://www.levelaccess.com/privacy |
支援的語言 | 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" } } |