Pomodoro Work + Stretch
25 minutes of productivity and 5 minutes of desk-friendly stretches — with correct exercise form detection.
Pomodoro Work + Stretch란 무엇입니까?
Pomodoro Work + Stretch은(는) pomodoroworkandstretch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "25 minutes of productivity and 5 minutes of desk-friendly stretches — with correct exercise form detection."입니다.
확장 프로그램 스크린샷
Pomodoro Work + Stretch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features:
- The Pomodoro Technique®Timer: 25 minutes of work & 5 minutes of stretch break timer.
- During the 5 minute stretch break: 5 exercises to reduce body pain and muscle tension + a form detector to maintain good form while exercising.
- View time countdown until break or work.
- Non-intrusive tab notifications and popup.
- Customizable on/off feature.
Learn more at [https://sites.google.com/view/pomodoroworkandstretch](https://sites.google.com/view/pomodoroworkandstretch/home?authuser=0).
By installing this extension, you agree to the Terms of Service and Privacy Policy at [https://sites.google.com/view/pomodoroworkandstretch/terms-of-service-privacy-policy](https://sites.google.com/view/pomodoroworkandstretch/terms-of-service-privacy-policy?authuser=0). No video or user data is stored. 확장 프로그램 기본 정보
| 이름 | |
| ID | mbimichnnpdkniapbjenpkdenmmaokcd |
| 공식 URL | https://chromewebstore.google.com/detail/pomodoro-work-+-stretch/mbimichnnpdkniapbjenpkdenmmaokcd |
| 설명 | 25 minutes of productivity and 5 minutes of desk-friendly stretches — with correct exercise form detection. |
| 파일 크기 | 177 KB |
| 설치 횟수 | 986 |
| 현재 버전 | 0.1.0 |
| 최근 업데이트 | 2021-03-31 |
| 출시 날짜 | 2020-08-03 |
| 평점 | 4.50/5 총 8 개의 평점 |
| 개발자 | pomodoroworkandstretch |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://sites.google.com/view/pomodoroworkandstretch |
| 도움말 페이지 URL | https://sites.google.com/view/pomodoroworkandstretch/faq |
| 개인정보 보호 정책 페이지 URL | https://sites.google.com/view/pomodoroworkandstretch/terms-of-service-privacy-policy |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Pomodoro Work + Stretch",
"version": "0.1.0",
"description": "25 minutes of productivity and 5 minutes of desk-friendly stretches \u2014 with correct exercise form detection.",
"icons": {
"16": "assets\/favicon-16x16.png",
"32": "assets\/favicon-32x32.png",
"48": "assets\/logo-48x48.png",
"128": "assets\/logo-128x128.png"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"homepage_url": "https:\/\/pomodoroworkandstretch.glitch.me\/",
"short_name": "Work+Stretch",
"permissions": [
"tabs",
"storage",
"alarms",
"https:\/\/sites.google.com\/view\/pomodoroworkandstretch\/",
"https:\/\/stretchmachine.glitch.me\/"
],
"browser_action": {
"default_icon": {
"16": "assets\/favicon-16x16.png",
"32": "assets\/favicon-32x32.png",
"48": "assets\/logo-48x48.png",
"128": "assets\/logo-128x128.png"
},
"default_title": "Stretch Break",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"*.png"
]
} | |