Eye Rest Notification
An extension to rest your eyes every 20 minutes for 20 seconds.
ما هو Eye Rest Notification؟
Eye Rest Notification هو إضافة Chrome تم تطويرها بواسطة Purushottam kumar، والميزة الرئيسية لها هي "An extension to rest your eyes every 20 minutes for 20 seconds.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Eye Rest Notification
قم بتنزيل ملفات الامتداد Eye Rest Notification بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Take care of your eyes! Eye Protect while long working on computer,eye rest,eye protect from computer. Beat dry eyes syndrome while using your computer for long hours. Eye Rest is something all computer users need and have to use to avoid the many health hazards that put their eyes into danger as a result of staring at their screens for so long.Eye Rest Notification
معلومات أساسية عن التمديد
الاسم | Eye Rest Notification |
ID | cfhlmmjodlkhnojnaaofaebddbaljoma |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/eye-rest-notification/cfhlmmjodlkhnojnaaofaebddbaljoma |
الوصف | An extension to rest your eyes every 20 minutes for 20 seconds. |
حجم الملف | 1.77 MB |
عدد التثبيتات | 73 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-08-09 |
تاريخ النشر | 2020-08-09 |
المطور | Purushottam kumar |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eye Rest Notification", "version": "1.0", "description": "An extension to rest your eyes every 20 minutes for 20 seconds.", "permissions": [ "alarms", "declarativeContent", "storage" ], "background": { "scripts": [ "helpers.js", "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/lookaway16.png", "32": "images\/lookaway32.png", "48": "images\/lookaway48.png", "128": "images\/lookaway128.png" } }, "icons": { "16": "images\/lookaway16.png", "32": "images\/lookaway32.png", "48": "images\/lookaway48.png", "128": "images\/lookaway128.png" }, "manifest_version": 2 } |