SK Contrast

Select a part of the viewport and compute the maximum contrast ratio

Apa itu SK Contrast?

SK Contrast adalah ekstensi Chrome yang dikembangkan oleh Stefan Kuip, dan fitur utamanya adalah "Select a part of the viewport and compute the maximum contrast ratio".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SK Contrast

Unduh file ekstensi SK Contrast 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

                        There may be a slight deviation because a monitor color profile is applied when the screen is captured.

In Chrome you can counteract that by changing chrome://flag 'Force color profile' to sRGB

v1.0.3 Using shadow root to prevent style mixture.
v1.0.5 Showing more color in a grid with contrast values
v1.0.6 Improved color selection
v1.0.7 Manifest V3                    

Informasi Dasar Ekstensi

Nama SK Contrast SK Contrast
ID lpllbckoiaocmofdpoehehobfppheflc
URL Resmi https://chromewebstore.google.com/detail/sk-contrast/lpllbckoiaocmofdpoehehobfppheflc
Deskripsi Select a part of the viewport and compute the maximum contrast ratio
Ukuran File 15.01 KB
Jumlah Instalasi 25
Versi Saat Ini 1.0.7
Terakhir Diperbarui 2022-01-30
Tanggal Publikasi 2020-01-17
Pengembang Stefan Kuip
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://skuip.net/extensions/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "128": "icon-128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "description": "Toggle extension",
            "suggested_key": {
                "default": "Alt+Shift+X"
            }
        }
    },
    "description": "Select a part of the viewport and compute the maximum contrast ratio",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "manifest_version": 3,
    "name": "SK Contrast",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "short_name": "SK Contrast",
    "version": "1.0.7"
}