Kontrast - WCAG Contrast Checker

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

Apa itu Kontrast - WCAG Contrast Checker?

Kontrast - WCAG Contrast Checker adalah ekstensi Chrome yang dikembangkan oleh https://www.getkontrast.com, dan fitur utamanya adalah "Quickly check and adjust contrast in realtime in your browser to meet WCAG 2.1 requirements.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Kontrast - WCAG Contrast Checker

Unduh file ekstensi Kontrast - WCAG Contrast Checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Kontrast - WCAG Contrast Checker Kontrast - WCAG Contrast Checker
ID haphaaenepedkjngghandlmhfillnhjk
URL Resmi https://chromewebstore.google.com/detail/kontrast-wcag-contrast-ch/haphaaenepedkjngghandlmhfillnhjk
Deskripsi Quickly check and adjust contrast in realtime in your browser to meet WCAG 2.1 requirements.
Ukuran File 396 KB
Jumlah Instalasi 7,552
Versi Saat Ini 1.1.9
Terakhir Diperbarui 2020-05-23
Tanggal Publikasi 2020-05-21
Penilaian 3.53/5 Total 17 Penilaian
Pengembang https://www.getkontrast.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://www.getkontrast.com
URL Halaman Bantuan https://www.getkontrast.com
Bahasa yang Didukung 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
}