20/20/20 Reminders
Provides unobtrusive reminders to help you follow the 20/20/20 rule.
ما هو 20/20/20 Reminders؟
20/20/20 Reminders هو إضافة Chrome تم تطويرها بواسطة Wolffsohn Research، والميزة الرئيسية لها هي "Provides unobtrusive reminders to help you follow the 20/20/20 rule.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 20/20/20 Reminders
قم بتنزيل ملفات الامتداد 20/20/20 Reminders بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Help your eyes to relax and combat the symptoms of Computer Vision Syndrome by following the 20/20/20 rule. Every 20 minutes, take a break from your screen for 20 seconds and focus on something 20 feet away.
This lightweight extension will help you to follow the rule by providing a small desktop notification every 20 minutes. You can optionally configure the interval and duration of the break period and play a sound when it starts and finishes. معلومات أساسية عن التمديد
| الاسم | |
| ID | hdadofjbdnckpfbmddfkgpnpchcfbpki |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/202020-reminders/hdadofjbdnckpfbmddfkgpnpchcfbpki |
| الوصف | Provides unobtrusive reminders to help you follow the 20/20/20 rule. |
| حجم الملف | 112 KB |
| عدد التثبيتات | 1,000 |
| النسخة الحالية | 1.0.1 |
| آخر تحديث | 2021-07-18 |
| تاريخ النشر | 2021-07-04 |
| تقييم | 5.00/5 مجموع تقييمات 3 |
| المطور | Wolffsohn Research |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.wolffsohnresearch.com/ |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "20\/20\/20 Reminders",
"version": "1.0.1",
"manifest_version": 2,
"minimum_chrome_version": "42",
"author": "Wolffsohn Research",
"description": "Provides unobtrusive reminders to help you follow the 20\/20\/20 rule.",
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"background": {
"scripts": [
"background.js",
"constants.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "options.html"
},
"options_page": "options.html",
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"permissions": [
"storage",
"notifications",
"alarms"
]
} | |