SK Contrast

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

O que é SK Contrast?

SK Contrast é uma extensão do Chrome desenvolvida por Stefan Kuip, e sua principal característica é "Select a part of the viewport and compute the maximum contrast ratio".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SK Contrast

Baixe arquivos de extensão SK Contrast no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome SK Contrast SK Contrast
ID lpllbckoiaocmofdpoehehobfppheflc
URL Oficial https://chromewebstore.google.com/detail/sk-contrast/lpllbckoiaocmofdpoehehobfppheflc
Descrição Select a part of the viewport and compute the maximum contrast ratio
Tamanho do Arquivo 15.01 KB
Contagem de Instalações 25
Versão Atual 1.0.7
Última Atualização 2022-01-30
Data de Publicação 2020-01-17
Desenvolvedor Stefan Kuip
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://skuip.net/extensions/
Idiomas Suportados 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"
}