Kontrast - WCAG Contrast Checker

Quickly check and adjust contrast in realtime in your browser to meet WCAG 2.1 requirements.

Kontrast - WCAG Contrast Checker là gì?

Kontrast - WCAG Contrast Checker là một tiện ích mở rộng Chrome được phát triển bởi https://www.getkontrast.com, và tính năng chính của nó là "Quickly check and adjust contrast in realtime in your browser to meet WCAG 2.1 requirements.".

Ả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 Kontrast - WCAG Contrast Checker

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

                        Kontrast is a browser extension that let you quickly check and adjust text and background contrast in realtime in your browser to meet the standards of Web Content Accessibility Guidelines (WCAG) requirements.

Features:
✔ Auto inspect contrast for the selected element
✔ Display accessibility ratio
✔ Automatically get closest WCAG compliant color
✔ Color Slider
✔ RGB and HSL mode
✔ Color picker
✔ Easily copy color (HEX, RGBA, HSLA)
✔ Ignore CSS hover effect
✔ Dark Mode

Special thanks to Gary Simon from Coursetro.com for covering my product.                    

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

Tên Kontrast - WCAG Contrast Checker Kontrast - WCAG Contrast Checker
ID haphaaenepedkjngghandlmhfillnhjk
URL Chính Thức https://chromewebstore.google.com/detail/kontrast-wcag-contrast-ch/haphaaenepedkjngghandlmhfillnhjk
Mô tả Quickly check and adjust contrast in realtime in your browser to meet WCAG 2.1 requirements.
Kích Thước Tệp 396 KB
Số Lần Cài Đặt 7,552
Phiên Bản Hiện Tại 1.1.9
Cập Nhật Lần Cuối 2020-05-23
Ngày Phát Hành 2020-05-21
Đánh Giá 3.53/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://www.getkontrast.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.getkontrast.com
URL Trang Trợ Giúp https://www.getkontrast.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kontrast - WCAG Contrast Checker",
    "version": "1.1.9",
    "description": "Quickly check and adjust contrast in realtime in your browser to meet WCAG 2.1 requirements.",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "*:\/\/*.gumroad.com\/*",
        "storage",
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/kontrast16.png",
            "32": "images\/kontrast32.png",
            "48": "images\/kontrast48.png",
            "128": "images\/kontrast128.png"
        }
    },
    "icons": {
        "16": "images\/kontrast16.png",
        "32": "images\/kontrast32.png",
        "48": "images\/kontrast48.png",
        "128": "images\/kontrast128.png"
    },
    "web_accessible_resources": [
        "content.css",
        "iframe.html"
    ],
    "manifest_version": 2
}