Unstoppable Flow Pomodoro Timer & Alpha Waves
Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.
O que é Unstoppable Flow Pomodoro Timer & Alpha Waves?
Unstoppable Flow Pomodoro Timer & Alpha Waves é uma extensão do Chrome desenvolvida por Unstoppable Ventures, LLC, e sua principal característica é "Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Unstoppable Flow Pomodoro Timer & Alpha Waves
Baixe arquivos de extensão Unstoppable Flow Pomodoro Timer & Alpha Waves no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Unstoppable Flow Pomodoro Timer & Alpha Waves |
ID | admndoicbigmjfjdonmaddnafgbohioe |
URL Oficial | https://chromewebstore.google.com/detail/unstoppable-flow-pomodoro/admndoicbigmjfjdonmaddnafgbohioe |
Descrição | Pomodoro timer plus alpha waves playing in the background to help you get into an instant flow state. |
Tamanho do Arquivo | 151 KB |
Contagem de Instalações | 158 |
Versão Atual | 1.0.2 |
Última Atualização | 2021-05-24 |
Data de Publicação | 2021-05-20 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Unstoppable Ventures, LLC |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://getunstoppable.com/flow |
URL da Página de Ajuda | https://getunstoppable.com/flow |
URL da Página de Política de Privacidade | https://tkkader.com/privacy |
Idiomas Suportados | 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" ] } } |