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."입니다.
확장 프로그램 스크린샷
Unstoppable Flow Pomodoro Timer & Alpha Waves 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } } |