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"
        ]
    }
}