Screen dimmer
screen dimmer
Screen dimmer क्या है?
Screen dimmer https://care-eyes.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "screen dimmer"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Screen dimmer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Screen dimmer control the brightness of the computer’s screen, when you work in a light or darker environment it can help you, It can dim all screens and monitors; LCD, TFT and LED backlit types, it can adjust the gamma value of your computer’s display adapt, reduce the blue part (RGB value) of the light, filter blue light, it makes your computer screen looks more comfortable.
एक्सटेंशन की मूल जानकारी
नाम | Screen dimmer |
ID | poeonbclpmnoomoaidabfndafbnhjcfa |
आधिकारिक URL | https://chromewebstore.google.com/detail/screen-dimmer/poeonbclpmnoomoaidabfndafbnhjcfa |
विवरण | screen dimmer |
फ़ाइल का आकार | 29.43 KB |
स्थापना संख्या | 6,202 |
वर्तमान संस्करण | 1.3.0.0 |
अंतिम अपडेट | 2024-01-23 |
प्रकाशन तिथि | 2020-05-25 |
रेटिंग | 1.91/5 कुल 45 रेटिंग्स |
डेवलपर | https://care-eyes.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://care-eyes.com/feedback?chrome |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "screen dimmer", "default_locale": "en", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "action": { "default_title": "__MSG_default_title__", "default_icon": "icons\/icon_48.png", "default_popup": "popup.html" }, "background": { "service_worker": "scripts\/background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "host_permissions": [ "https:\/\/*\/" ], "permissions": [ "nativeMessaging" ], "version": "1.3.0.0", "manifest_version": 3 } |