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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 Unstoppable Flow Pomodoro Timer & Alpha Waves
ID admndoicbigmjfjdonmaddnafgbohioe
官方網址 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
電子郵箱 [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"
        ]
    }
}