Color Contrast Checker

Section 508 - Testing Web Content Accessibility

Color Contrast Checker là gì?

Color Contrast Checker là một tiện ích mở rộng Chrome được phát triển bởi 18 Clans, và tính năng chính của nó là "Section 508 - Testing Web Content Accessibility".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Color Contrast Checker

Tải xuống các tệp mở rộng Color Contrast Checker 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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Color Contrast Checker Color Contrast Checker
ID jibccbkkepidahndjomdfbmbnfappopf
URL Chính Thức https://chromewebstore.google.com/detail/color-contrast-checker/jibccbkkepidahndjomdfbmbnfappopf
Mô tả Section 508 - Testing Web Content Accessibility
Kích Thước Tệp 131 KB
Số Lần Cài Đặt 1,749
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2017-05-12
Ngày Phát Hành 2017-05-12
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển 18 Clans
Loại Thanh Toán free
Trang Web Mở Rộng https://18clansgames.wordpress.com/2017/05/12/color-contrast-checker
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}