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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載StretchClock - Break Reminder and Office Yoga擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |