Color Contrast Checker

Section 508 - Testing Web Content Accessibility

Color Contrast Checker란 무엇입니까?

Color Contrast Checker은(는) 18 Clans에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Section 508 - Testing Web Content Accessibility"입니다.

확장 프로그램 스크린샷

screenshot

Color Contrast Checker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Test your web content to make sure the luminosity ratio meets WCAG 2.0 level AA and AAA.                    

확장 프로그램 기본 정보

이름 Color Contrast Checker 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"
    ]
}