Pomodoro Focus - Task Management

Maximize productivity with an ever-visible foreground timer plus personalized task management on every tab.

Pomodoro Focus - Task Managementคืออะไร?

Pomodoro Focus - Task Management เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hackhive.io และคุณลักษณะหลักของมันคือ "Maximize productivity with an ever-visible foreground timer plus personalized task management on every tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pomodoro Focus - Task Management

ดาวน์โหลดไฟล์ส่วนขยาย Pomodoro Focus - Task Management ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        🔓 Unlock unparalleled productivity with Pomodoro Focus - Task Manager: Your go-to companion for mastering the Pomodoro Technique, time management, focus, and efficient task tracking thanks to the Chrome Side Panel integration.

⚡Why Choose Pomodoro Focus - Task Manager?

A Seamless Pomodoro Timer: 
Constantly visible on every page and tab, this foreground timer lets you embrace the Pomodoro Technique without switching or disrupting your flow.

Advanced Task Management:
Whether doing work, study, or personal development, you can easily add, view, and manage tasks. See your completed to-do list items and what's next at a glance.

🔑 Key Features:

1) Persistent Visibility: No more tab-switching! The Pomodoro timer stays visible across all your browsing, boosting your focus and productivity.
2) Universal Integration: Work, study, or research across multiple tabs - the timer keeps your concentration intact.
3) Efficient Task Management: Manage your to-do lists easily. Track your progress and view completed items swiftly.
4) Personalized Time Management: Customize your focus intervals and break times to suit your unique work rhythm, fully adapting the timer to your needs.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pomodoro Focus - Task Management Pomodoro Focus - Task Management
ID dmbalohccebhfhnadejgcpikngacbfek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pomodoro-focus-task-manag/dmbalohccebhfhnadejgcpikngacbfek
คำอธิบาย Maximize productivity with an ever-visible foreground timer plus personalized task management on every tab.
ขนาดไฟล์ 295 KB
จำนวนการติดตั้ง 444
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2023-08-14
วันที่เผยแพร่ 2023-08-07
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://hackhive.io
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.2",
    "name": "Pomodoro Focus - Task Management",
    "short_name": "Pomodoro Focus Task Management",
    "description": "Maximize productivity with an ever-visible foreground timer plus personalized task management on every tab.",
    "author": "[email protected]",
    "minimum_chrome_version": "114",
    "icons": {
        "16": "extension\/icons\/Pomodoro-Focus-Icon-Design-01.png",
        "32": "extension\/icons\/Pomodoro-Focus-Icon-Design-02.png",
        "48": "extension\/icons\/Pomodoro-Focus-Icon-Design-03.png",
        "128": "extension\/icons\/Pomodoro-Focus-Icon-Design-04.png"
    },
    "permissions": [
        "sidePanel"
    ],
    "side_panel": {
        "default_path": "dist\/index.html"
    },
    "action": {
        "default_title": "Click to open 'Pomodoro Focus - Task Management' in-page timer"
    },
    "background": {
        "service_worker": "scripts\/service-worker\/service-worker.js"
    }
}