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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kaizen Flow - Pomodoro Timer (new tab) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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) |
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 } } |