SK Contrast
Select a part of the viewport and compute the maximum contrast ratio
SK Contrastคืออะไร?
SK Contrast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stefan Kuip และคุณลักษณะหลักของมันคือ "Select a part of the viewport and compute the maximum contrast ratio"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SK Contrast
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } |