Eye Care Notification
Reminds you to look away from your screen every 20min (customizable).
Eye Care Notification क्या है?
Eye Care Notification Jacob "kurtextrem" Groß द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reminds you to look away from your screen every 20min (customizable)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Eye Care Notification एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Eye health is important, but most of us neglect it during work or generally when sitting on a PC. This extension aims to help you through: - reminding you to take a break - providing a green screen to relax The notification interval is configurable. I would advice to let it stay at 20 minutes, as per 20/20/20 rule (Google it). ----- What does this extension do better than others? This extension was created with performance in mind, so there is no unnecessary CPU usage in the background!
एक्सटेंशन की मूल जानकारी
नाम | Eye Care Notification |
ID | abcpljfhdegieapcboeabpmfhmdhbooa |
आधिकारिक URL | https://chromewebstore.google.com/detail/eye-care-notification/abcpljfhdegieapcboeabpmfhmdhbooa |
विवरण | Reminds you to look away from your screen every 20min (customizable). |
फ़ाइल का आकार | 40.94 KB |
स्थापना संख्या | 1,105 |
वर्तमान संस्करण | 1.3.0 |
अंतिम अपडेट | 2023-12-03 |
प्रकाशन तिथि | 2019-09-20 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | Jacob "kurtextrem" Groß |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/kurtextrem/Eye-Care-Chrome |
सहायता पृष्ठ URL | https://github.com/kurtextrem/Eye-Care-Chrome/issues |
गोपनीयता नीति पृष्ठ URL | https://www.kurtextrem.de/chrome/PRIVACY.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eye Care Notification", "version": "1.3.0", "manifest_version": 3, "description": "Reminds you to look away from your screen every 20min (customizable).", "icons": { "128": "eye-icon.png", "16": "eye-icon.png", "48": "eye-icon.png" }, "author": "Jacob \u201ekurtextrem\" Gro\u00df", "background": { "service_worker": "background.js" }, "action": { "default_icon": "eye-icon.png", "default_popup": "options.html" }, "minimum_chrome_version": "108", "permissions": [ "notifications", "storage", "alarms", "offscreen" ] } |