SK Contrast
Select a part of the viewport and compute the maximum contrast ratio
SK Contrast क्या है?
SK Contrast Stefan Kuip द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select a part of the viewport and compute the maximum contrast ratio"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SK Contrast एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |