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)은(는) https://kudoscope.com에 의해 개발된 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…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Kaizen Flow - Pomodoro Timer (new tab) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
    }
}