StretchClock - Break Reminder and Office Yoga
Professional break reminder for desk warriors. Take a break and follow the simple no-sweat exercises to avoid pain and stay fit.
StretchClock - Break Reminder and Office Yoga क्या है?
StretchClock - Break Reminder and Office Yoga https://stretchclock.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Professional break reminder for desk warriors. Take a break and follow the simple no-sweat exercises to avoid pain and stay fit."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में StretchClock - Break Reminder and Office Yoga एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Feel Better. Be More Productive. StretchClock reminds you to stretch. The timer runs in your browser and is configurable. When the countdown timer reaches zero, StretchClock shows easy no-sweat exercises that you can do at your desk in business attire. You can change the settings to match your work style. Easy to pause when you don't need it and easy to unpause so that the hurt doesn't come back. Have you ever felt sore or stiff after sitting at the computer? Try this simple break reminder to help avoid painful problems like carpel tunnel and repetitive stress injury.
एक्सटेंशन की मूल जानकारी
नाम | StretchClock - Break Reminder and Office Yoga |
ID | ghkmbokgfoemkgiccpdbjimhjijjenih |
आधिकारिक URL | https://chromewebstore.google.com/detail/stretchclock-break-remind/ghkmbokgfoemkgiccpdbjimhjijjenih |
विवरण | Professional break reminder for desk warriors. Take a break and follow the simple no-sweat exercises to avoid pain and stay fit. |
फ़ाइल का आकार | 831 KB |
स्थापना संख्या | 900 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2023-07-15 |
प्रकाशन तिथि | 2019-12-04 |
रेटिंग | 4.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://stretchclock.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://www.stretchclock.com |
सहायता पृष्ठ URL | https://www.stretchclock.com/w10/help.html |
गोपनीयता नीति पृष्ठ URL | https://www.stretchclock.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "StretchClock - Break Reminder and Office Yoga", "short_name": "StretchClock", "version": "1.1.0", "description": "Professional break reminder for desk warriors. Take a break and follow the simple no-sweat exercises to avoid pain and stay fit.", "background": { "scripts": [ "js\/jquery-3.4.1.min.js", "js\/sc_settings_storage.js", "js\/sc_timer.js", "js\/sc_background.js" ], "persistent": false }, "manifest_version": 2, "permissions": [ "alarms", "tabs", "notifications" ], "icons": { "16": "images\/sc_icon16.png", "24": "images\/sc_icon24.png", "32": "images\/sc_icon32.png", "48": "images\/sc_icon48.png", "128": "images\/sc_icon128.png" }, "browser_action": { "default_icon": { "16": "images\/sc_icon16.png", "24": "images\/sc_icon24.png", "32": "images\/sc_icon32.png" }, "default_title": "StretchClock", "default_popup": "popup.html" } } |