SK Contrast
Select a part of the viewport and compute the maximum contrast ratio
SK Contrast là gì?
SK Contrast là một tiện ích mở rộng Chrome được phát triển bởi Stefan Kuip, và tính năng chính của nó là "Select a part of the viewport and compute the maximum contrast ratio".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SK Contrast
Tải xuống các tệp mở rộng SK Contrast dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SK Contrast |
ID | lpllbckoiaocmofdpoehehobfppheflc |
URL Chính Thức | https://chromewebstore.google.com/detail/sk-contrast/lpllbckoiaocmofdpoehehobfppheflc |
Mô tả | Select a part of the viewport and compute the maximum contrast ratio |
Kích Thước Tệp | 15.01 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2022-01-30 |
Ngày Phát Hành | 2020-01-17 |
Nhà Phát Triển | Stefan Kuip |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://skuip.net/extensions/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |