SK Contrast

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

Qu'est-ce que SK Contrast ?

SK Contrast est une extension Chrome développée par Stefan Kuip, et sa fonction principale est "Select a part of the viewport and compute the maximum contrast ratio".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SK Contrast

Téléchargez les fichiers d'extension SK Contrast au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom SK Contrast SK Contrast
ID lpllbckoiaocmofdpoehehobfppheflc
URL Officiel https://chromewebstore.google.com/detail/sk-contrast/lpllbckoiaocmofdpoehehobfppheflc
Description Select a part of the viewport and compute the maximum contrast ratio
Taille du Fichier 15.01 KB
Nombre d'Installations 25
Version Actuelle 1.0.7
Dernière Mise à Jour 2022-01-30
Date de Publication 2020-01-17
Développeur Stefan Kuip
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://skuip.net/extensions/
Langues Prises en Charge 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"
}