Unstoppable Flow Pomodoro Timer & Alpha Waves
Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.
Unstoppable Flow Pomodoro Timer & Alpha Wavesとは何ですか?
Unstoppable Flow Pomodoro Timer & Alpha WavesはUnstoppable Ventures, LLCによって開発されたChromeの拡張機能で、その主な機能は「Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.」です。
拡張機能のスクリーンショット
Unstoppable Flow Pomodoro Timer & Alpha Waves拡張機能のCRXファイルをダウンロード
Unstoppable Flow Pomodoro Timer & Alpha Waves拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Pomodoro Timer & Alpha Waves Unstoppable Flow helps you have your most productive days ever with the power of the Pomodoro Timer along with Alpha Waves playing in the background. It brings the Pomodoro Technique and the power of Alpha Waves to get you into an instant flow state. The notepad inside the application also helps you keep a running diary of what you want to accomplish every day. It's the ultimate app for maintaining flow state and focus throughout your day helping you focus on work & study and tracking your working hours.
拡張機能の基本情報
名前 | Unstoppable Flow Pomodoro Timer & Alpha Waves |
ID | admndoicbigmjfjdonmaddnafgbohioe |
公式URL | https://chromewebstore.google.com/detail/unstoppable-flow-pomodoro/admndoicbigmjfjdonmaddnafgbohioe |
説明 | Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state. |
ファイルサイズ | 151 KB |
インストール数 | 158 |
現在のバージョン | 1.0.2 |
最終更新日 | 2021-05-24 |
公開日 | 2021-05-20 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Unstoppable Ventures, LLC |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://getunstoppable.com/flow |
ヘルプページのURL | https://getunstoppable.com/flow |
プライバシーポリシーページのURL | https://tkkader.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unstoppable Flow Pomodoro Timer & Alpha Waves", "description": "Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.", "version": "1.0.2", "icons": { "128": "images\/icon.png" }, "browser_action": { "default_icon": { "32": "images\/icon.png" }, "default_title": "Open Unstoppable Flow App" }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] } } |