Iris
Software for eye protection
Iris क्या है?
Iris http://iristech.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Software for eye protection"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Iris एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Iris is software which makes Monitors healthy for the eyes. With Iris you can reduce the Blue Light emitted from your screen for better sleep, reduce the Brightness of your screen without PWM and avoid eye pain. This is the first Blue light filter app for Chrome and ChromeOS which works by lowering blue light not just placing a trasnparent overlay on the screen. Will be improved to be automated but it's working also right now.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lgjddobbdahndjbbeeabffbakogobdhg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/iris/lgjddobbdahndjbbeeabffbakogobdhg |
विवरण | Software for eye protection |
फ़ाइल का आकार | 6.01 MB |
स्थापना संख्या | 534 |
वर्तमान संस्करण | 0.0.9 |
अंतिम अपडेट | 2022-07-07 |
प्रकाशन तिथि | 2022-07-07 |
रेटिंग | 2.77/5 कुल 22 रेटिंग्स |
डेवलपर | http://iristech.co |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | http://iristech.co/ |
सहायता पृष्ठ URL | http://iristech.co/ |
गोपनीयता नीति पृष्ठ URL | https://iristech.co/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Iris", "description": "Software for eye protection", "version": "0.0.9", "background": { "persistent": false, "page": "background.html" }, "browser_action": { "default_icon": "img\/iris-128x128.png", "default_popup": "popup.html", "default_title": "Open Iris" }, "icons": { "128": "img\/iris-128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "html\/js\/otto\/otto.js", "js\/jquery\/jquery-2.1.4.min.js", "js\/content_script.js" ], "css": [ "css\/styles.css", "css\/video-fixer.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ "css\/site_styles\/*", "html\/*" ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "system" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |