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 là gì?

Unstoppable Flow Pomodoro Timer & Alpha Waves là một tiện ích mở rộng Chrome được phát triển bởi Unstoppable Ventures, LLC, và tính năng chính của nó là "Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unstoppable Flow Pomodoro Timer & Alpha Waves

Tải xuống các tệp mở rộng Unstoppable Flow Pomodoro Timer & Alpha Waves dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Unstoppable Flow Pomodoro Timer & Alpha Waves Unstoppable Flow Pomodoro Timer & Alpha Waves
ID admndoicbigmjfjdonmaddnafgbohioe
URL Chính Thức https://chromewebstore.google.com/detail/unstoppable-flow-pomodoro/admndoicbigmjfjdonmaddnafgbohioe
Mô tả Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.
Kích Thước Tệp 151 KB
Số Lần Cài Đặt 158
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-05-24
Ngày Phát Hành 2021-05-20
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Unstoppable Ventures, LLC
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://getunstoppable.com/flow
URL Trang Trợ Giúp https://getunstoppable.com/flow
URL Trang Chính Sách Bảo Mật https://tkkader.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}