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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pomodoroworkandstretch และคุณลักษณะหลักของมันคือ "25 minutes of productivity and 5 minutes of desk-friendly stretches — with correct exercise form detection."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pomodoro Work + Stretch
ดาวน์โหลดไฟล์ส่วนขยาย Pomodoro Work + Stretch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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"
]
} | |