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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |