Eyes Alarm
Notifies you it's time to take a break
Eyes Alarm क्या है?
Eyes Alarm artyomliou द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notifies you it's time to take a break"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Eyes Alarm एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Reading with monitor for a long time is unavoidable to people and it strains your eyes. It's necessary to rest your eyes every 50 minutes you spent with monitor. And this extension notices you on a timely basis w/ a decent user interface 0.2.9 - update italian localization by Manzan Riccardo 0.2.77 - update toolchain - update English localization fixed by Rishabhbhat 0.2.73 - add Russian localization by VladimirCreative
एक्सटेंशन की मूल जानकारी
नाम | Eyes Alarm |
ID | ikapkidffcmjhlkgdgcbakcahgfbabnb |
आधिकारिक URL | https://chromewebstore.google.com/detail/eyes-alarm/ikapkidffcmjhlkgdgcbakcahgfbabnb |
विवरण | Notifies you it's time to take a break |
फ़ाइल का आकार | 1.92 MB |
स्थापना संख्या | 1,160 |
वर्तमान संस्करण | 0.2.77 |
अंतिम अपडेट | 2022-04-07 |
प्रकाशन तिथि | 2020-05-13 |
रेटिंग | 3.86/5 कुल 7 रेटिंग्स |
डेवलपर | artyomliou |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | de,en,fr,ru,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.2.77", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "author": "__MSG_authorName__", "homepage_url": "https:\/\/github.com\/artyomliou\/eyes-alarm", "default_locale": "en", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "alarms", "notifications", "storage", "idle" ], "applications": { "gecko": { "id": "{548c04e1-8687-42d1-8b1c-032dc42be5b7}", "strict_min_version": "51.0" } }, "icons": { "48": "icons\/[email protected]", "96": "icons\/[email protected]", "128": "icons\/[email protected]" }, "browser_action": { "default_title": "__MSG_extensionName__", "default_icon": "icons\/[email protected]", "default_popup": "popup.html" }, "options_ui": { "page": "options.html" }, "background": { "persistent": true, "scripts": [ "browser-polyfill.js", "background_scripts.js" ] } } |