Stretch Reminder
Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches.
Stretch Reminder क्या है?
Stretch Reminder Grace Guan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reminds you to stretch every 30, 60, or 120 minutes with office-friendly, full body stretches."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Stretch Reminder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | 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" } } |