Kontrast - WCAG Contrast Checker

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

Kontrast - WCAG Contrast Checkerคืออะไร?

Kontrast - WCAG Contrast Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.getkontrast.com และคุณลักษณะหลักของมันคือ "Quickly check and adjust contrast in realtime in your browser to meet WCAG 2.1 requirements."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kontrast - WCAG Contrast Checker

ดาวน์โหลดไฟล์ส่วนขยาย Kontrast - WCAG Contrast Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kontrast - WCAG Contrast Checker Kontrast - WCAG Contrast Checker
ID haphaaenepedkjngghandlmhfillnhjk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kontrast-wcag-contrast-ch/haphaaenepedkjngghandlmhfillnhjk
คำอธิบาย Quickly check and adjust contrast in realtime in your browser to meet WCAG 2.1 requirements.
ขนาดไฟล์ 396 KB
จำนวนการติดตั้ง 7,552
เวอร์ชันปัจจุบัน 1.1.9
อัปเดตครั้งล่าสุด 2020-05-23
วันที่เผยแพร่ 2020-05-21
คะแนน 3.53/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://www.getkontrast.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.getkontrast.com
URL หน้าช่วยเหลือ https://www.getkontrast.com
ภาษาที่รองรับ 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
}