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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unstoppable Ventures, LLC และคุณลักษณะหลักของมันคือ "Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unstoppable Flow Pomodoro Timer & Alpha Waves

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
อีเมล [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"
        ]
    }
}