Stretch Reminder
Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.
ما هو Stretch Reminder؟
Stretch Reminder هو إضافة Chrome تم تطويرها بواسطة Grace Guan، والميزة الرئيسية لها هي "Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stretch Reminder
قم بتنزيل ملفات الامتداد Stretch Reminder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Stretch Reminder reminds you to stretch every 30, 60, or 120 minutes with upper, lower, or full body, office-friendly exercises. Sitting all day at work? Stretch Reminder will give you stretches that you can do comfortably and quickly at your workplace. In pain or looking for more exercises? Schedule a consultation with one of our physical therapists at http://physera.com/direct.
معلومات أساسية عن التمديد
الاسم | |
ID | mompfanjjmgmhfghbfjdkaebobndblmd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/stretch-reminder/mompfanjjmgmhfghbfjdkaebobndblmd |
الوصف | Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches. |
حجم الملف | 2.24 MB |
عدد التثبيتات | 1,251 |
النسخة الحالية | 0.4.0 |
آخر تحديث | 2020-04-13 |
تاريخ النشر | 2020-04-08 |
تقييم | 4.36/5 مجموع تقييمات 14 |
المطور | Grace Guan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://guanzgrace.github.io/stretch |
عنوان صفحة المساعدة | http://guanzgrace.github.io/stretch |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stretch Reminder", "version": "0.4.0", "description": "Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.", "icons": { "16": "logo\/Logo_physera_16.png", "48": "logo\/Logo_physera_48.png", "128": "logo\/Logo_physera_128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "homepage_url": "https:\/\/guanzgrace.github.io\/stretch\/", "short_name": "Stretch", "permissions": [ "tabs", "storage", "alarms", "https:\/\/physera.com\/" ], "browser_action": { "default_title": "Stretch Reminder", "default_popup": "popup.html" } } |