SK Contrast

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

SK Contrast란 무엇입니까?

SK Contrast은(는) Stefan Kuip에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Select a part of the viewport and compute the maximum contrast ratio"입니다.

확장 프로그램 스크린샷

screenshot

SK Contrast 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 SK Contrast SK Contrast
ID lpllbckoiaocmofdpoehehobfppheflc
공식 URL https://chromewebstore.google.com/detail/sk-contrast/lpllbckoiaocmofdpoehehobfppheflc
설명 Select a part of the viewport and compute the maximum contrast ratio
파일 크기 15.01 KB
설치 횟수 25
현재 버전 1.0.7
최근 업데이트 2022-01-30
출시 날짜 2020-01-17
개발자 Stefan Kuip
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://skuip.net/extensions/
지원되는 언어 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"
}