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
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } |