Pomodoro GYM
Improve your productivity and your health with these simple workouts!
Pomodoro GYMคืออะไร?
Pomodoro GYM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย onepopcorn.dev และคุณลักษณะหลักของมันคือ "Improve your productivity and your health with these simple workouts!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pomodoro GYM
ดาวน์โหลดไฟล์ส่วนขยาย Pomodoro GYM ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Even if you work from home or in an office, this extension will help you to stay focused and be healthy at the same time. Pomodoro GYM sends you a notification every couple of hours with a workout to do. Be more fit and boost your productivity. Configure the exercises and how often you want to see them. Deactivate the workouts you don't like or don't feel confortable with and let the extension pick a random one for you. NEW FEATURES: - Now it's possible tu create your own workouts (or anything else!) and used them along the default workouts. - Countdown for the next notification has been added on the settings panel.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pomodoro GYM |
ID | obkeojiifjeicgdpdccibdjefhhkaelh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pomodoro-gym/obkeojiifjeicgdpdccibdjefhhkaelh |
คำอธิบาย | Improve your productivity and your health with these simple workouts! |
ขนาดไฟล์ | 445 KB |
จำนวนการติดตั้ง | 112 |
เวอร์ชันปัจจุบัน | 1.2.2 |
อัปเดตครั้งล่าสุด | 2022-01-14 |
วันที่เผยแพร่ | 2020-07-01 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | onepopcorn.dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pomodoro GYM", "description": "Improve your productivity and your health with these simple workouts!", "browser_action": { "default_title": "Pomodoro GYM", "default_popup": "popup.html" }, "icons": { "16": "icons\/app-icon-16x16.png", "48": "icons\/app-icon-48x48.png", "128": "icons\/app-icon-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "storage", "notifications" ], "web_accessible_resources": [ "fonts\/*.ttf", "icons\/*.svg" ], "offline_enabled": true, "version": "1.2.2" } |