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. 擴展基本資訊
| 名稱 | |
| ID | jibccbkkepidahndjomdfbmbnfappopf |
| 官方網址 | 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"
]
} | |