Kaizen Flow - Pomodoro Timer (new tab)

Replace your new tab page with a dashboard for getting deep work done. Featuring a Pomodoro timer, lo-fi music and a todo list for…

Kaizen Flow - Pomodoro Timer (new tab)คืออะไร?

Kaizen Flow - Pomodoro Timer (new tab) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kudoscope.com และคุณลักษณะหลักของมันคือ "Replace your new tab page with a dashboard for getting deep work done. Featuring a Pomodoro timer, lo-fi music and a todo list for…"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kaizen Flow - Pomodoro Timer (new tab)

ดาวน์โหลดไฟล์ส่วนขยาย Kaizen Flow - Pomodoro Timer (new tab) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Replace your new tab page with a dashboard for getting deep work done. Featuring a Pomodoro timer, lo-fi music and a todo list for organising tasks.

About: 
A lot of people work with two tabs open. One for music & one with a timer.

Why? to utilise the Pomodoro technique whilst enjoying distraction-free music.

Kaizenflow combines a Pomodoro timer with lo-fi beats to create an environment for distraction free deep-work.

It's the ultimate app for getting into a flow state and getting deep work done.

How it works:
       1 Pick a task you need to accomplish.
       2. Start a session 
       3. Get in to your flow state 
       3. When the Pomodoro timer rings, take a 5 minute break.
 
Key Features:
       + Pomodoro timer
       + Hand picked lo-fi beats and research-backed music for focus
       + Daily community leaderboard
       + Beautiful aesthetic background animations                    

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

ชื่อ Kaizen Flow - Pomodoro Timer (new tab) Kaizen Flow - Pomodoro Timer (new tab)
ID eihjgbfgjkbgdhaldhppomcodpefgecd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kaizen-flow-pomodoro-time/eihjgbfgjkbgdhaldhppomcodpefgecd
คำอธิบาย Replace your new tab page with a dashboard for getting deep work done. Featuring a Pomodoro timer, lo-fi music and a todo list for…
ขนาดไฟล์ 3.37 MB
จำนวนการติดตั้ง 769
เวอร์ชันปัจจุบัน 2.4
อัปเดตครั้งล่าสุด 2022-07-26
วันที่เผยแพร่ 2022-02-01
คะแนน 4.89/5 รวมทั้งหมด 62 คะแนน
ผู้พัฒนา https://kudoscope.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://kaizenflow.co
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Kaizen Flow",
    "name": "Kaizen Flow - Pomodoro Timer (new tab)",
    "version": "2.4",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/kaizenflow.co\/*"
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "open_in_tab": true
    }
}