FocusBox: Pomodoro & Focus Timers Online
FocusBox is a productivity tool that helps you take control of your time using Focus Boxes, Tasks, Pomodoro Timers, To-Do lists.
FocusBox: Pomodoro & Focus Timers Onlineคืออะไร?
FocusBox: Pomodoro & Focus Timers Online เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LoadFocus และคุณลักษณะหลักของมันคือ "FocusBox is a productivity tool that helps you take control of your time using Focus Boxes, Tasks, Pomodoro Timers, To-Do lists."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FocusBox: Pomodoro & Focus Timers Online
ดาวน์โหลดไฟล์ส่วนขยาย FocusBox: Pomodoro & Focus Timers Online ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🍅 Pomodoro Timers - To-do lists ✅ - Ambient sound and videos 🎥 - 🦄 Celebrations - 📈 Analytics.
FocusBox combines Pomodoro & Focus Online Timers ⏱️ with Timeboxing ⏰ for better productivity.
FocusBox is a powerful productivity tool that helps you take control of your time using Focus Boxes, Tasks, Pomodoro Timers, To-Do lists, Background Videos with Ambient Sounds and Insights to help you stay focused and get more tasks done every day.
Get started in less than 30 seconds:
Choose from a list of predefined focus templates and start the timer of first task:
🍅 Pomodoro
🌅 Morning
🌇 Evening
🏠 Household
🧘 Relaxation
💪 Fitness
📝 Writing
🎉 Event
📅 Planning
Or create your own new box:
- Create a new box (project)
- Add the tasks and set the duration for each task to break your workday into manageable chunks
- Start the timer and maintain focus throughout your tasks.
- Choose from multiple background images or videos from a list of categories: Art, Beach, City, Coffee, Painting, Roads, Sunsets, Tropical, Lakes, Rain, Water drops, Waves, Winter
Get started today to enhance focus 🧐, productivity 💪 and reduce procrastination 🙅♀️ and laziness 🥱.
After each completed task, celebrations 🎉 are available to be displayed, from confetti 🎊 to unicorns 🦄, to flying stars 🌟.
Celebrations are an essential part of the FocusBox experience. By recognizing and rewarding your achievements, you can stay motivated and on track towards your goals.
--
Pomodoro™ and Pomodoro Technique ® are registered trademarks of Francesco Cirillo. FocusBo is not affiliated with Francesco Cirillo. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | eocgeobmpphpanigjkhcdgmagkebeokn |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/focusbox-pomodoro-focus-t/eocgeobmpphpanigjkhcdgmagkebeokn |
| คำอธิบาย | FocusBox is a productivity tool that helps you take control of your time using Focus Boxes, Tasks, Pomodoro Timers, To-Do lists. |
| ขนาดไฟล์ | 479 KB |
| จำนวนการติดตั้ง | 23 |
| เวอร์ชันปัจจุบัน | 1.0.1 |
| อัปเดตครั้งล่าสุด | 2023-03-14 |
| วันที่เผยแพร่ | 2023-03-13 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | LoadFocus |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | in_app |
| เว็บไซต์ส่วนขยาย | https://focusbox.io |
| URL หน้าช่วยเหลือ | https://focusbox.io/privacy |
| URL หน้านโยบายความเป็นส่วนตัว | https://loadfocus.com/privacy |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "FocusBox.io",
"action": {
"default_icon": "images\/icon.png",
"default_popup": "popup.html",
"default_title": "FocusBox: Pomodoro Timers, Ambient Sounds with Videos and Timeboxing"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"js\/jquery-3.5.1.min.js",
"js\/gsap.min.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"description": "FocusBox is a productivity tool that helps you take control of your time using Focus Boxes, Tasks, Pomodoro Timers, To-Do lists.",
"homepage_url": "https:\/\/focusbox.io",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"64": "images\/icon64.png",
"128": "images\/icon128.png"
},
"manifest_version": 3,
"name": "FocusBox: Pomodoro & Focus Timers Online",
"permissions": [
"storage",
"activeTab"
],
"short_name": "FocusBox.io",
"version": "1.0.1"
} | |