rminder - WinTenDev
An extension that will remind you to correct your posture, drink water, blink, and stretch
ما هو rminder - WinTenDev؟
rminder - WinTenDev هو إضافة Chrome تم تطويرها بواسطة kholid060، والميزة الرئيسية لها هي "An extension that will remind you to correct your posture, drink water, blink, and stretch".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة rminder - WinTenDev
قم بتنزيل ملفات الامتداد rminder - WinTenDev بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will notify you to drink water, correct your posture, blink, and stretch. Because we often forget to do all that when browsing, and it will affect your health. You can customize the interval of when you want to notify and the text of the notification, you also can turn off the notification.
معلومات أساسية عن التمديد
الاسم | rminder - WinTenDev |
ID | kbchhfdklfddnnilmdffaeahipjcabll |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/rminder-wintendev/kbchhfdklfddnnilmdffaeahipjcabll |
الوصف | An extension that will remind you to correct your posture, drink water, blink, and stretch |
حجم الملف | 386 KB |
عدد التثبيتات | 966 |
النسخة الحالية | 0.2.0 |
آخر تحديث | 2021-05-26 |
تاريخ النشر | 2020-12-16 |
تقييم | 4.55/5 مجموع تقييمات 11 |
المطور | kholid060 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "homepage_url": "http:\/\/localhost:8080\/", "description": "An extension that will remind you to correct your posture, drink water, blink, and stretch", "default_locale": "en", "permissions": [ "notifications", "storage", "alarms" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "version": "0.2.0", "content_security_policy": "script-src 'self' ; object-src 'self'" } |