Color Contrast Checker
Section 508 - Testing Web Content Accessibility
什么是Color Contrast Checker?
Color Contrast Checker是由18 Clans开发的Chrome扩展程序,该扩展的主要功能是“Section 508 - Testing Web Content Accessibility”。
扩展截图
下载Color Contrast Checker扩展crx文件
下载Color Contrast Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Test your web content to make sure the luminosity ratio meets WCAG 2.0 level AA and AAA.
扩展基本信息
名称 | Color Contrast Checker |
ID | jibccbkkepidahndjomdfbmbnfappopf |
官方URL | https://chromewebstore.google.com/detail/color-contrast-checker/jibccbkkepidahndjomdfbmbnfappopf |
简介 | Section 508 - Testing Web Content Accessibility |
文件大小 | 131 KB |
安装次数 | 1,749 |
当前版本 | 0.0.1 |
更新时间 | 2017-05-12 |
上架时间 | 2017-05-12 |
评分 | 3.50/5 共2次评分 |
开发者 | 18 Clans |
付费类型 | free |
扩展官网 | https://18clansgames.wordpress.com/2017/05/12/color-contrast-checker |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color Contrast Checker", "version": "0.0.1", "manifest_version": 2, "description": "Section 508 - Testing Web Content Accessibility", "minimum_chrome_version": "49", "background": { "page": "background.html", "persistent": true }, "icons": { "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": { "19": "img\/icon_19.png", "38": "img\/icon_38.png" }, "default_title": "Color Contrast Checker", "default_popup": "html\/popup.html" }, "permissions": [ "activeTab", "storage" ], "web_accessible_resources": [ "inc\/jquery-2.1.0.min.js", "inc\/jquery.scrollstop.js", "edropper2.js", "inject\/anchor-cursor-default.css", "inject\/anchor-cursor-crosshair.css", "inject\/edropper2.css" ] } |