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”。
擴展截圖
下載SK Contrast擴展crx文件
下載SK Contrast擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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                     擴展基本資訊
| 名稱 |   |  
| ID | lpllbckoiaocmofdpoehehobfppheflc | 
| 官方網址 | 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"
}  |  |