FlowTime 1
Pomodoro-driven timer with customizable durations of work and rest periods.
FlowTime 1란 무엇입니까?
FlowTime 1은(는) logan.burchett13에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pomodoro-driven timer with customizable durations of work and rest periods."입니다.
확장 프로그램 스크린샷
FlowTime 1 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
FlowTime is an extension that helps stay focused on your work. Timer has 3 standard options for workflow: * 60 min. work / 15 min. rest * 45 min. work / 15 min. rest * 25 min. work / 5 min. rest (original Pomodoro) In additional, custom workflow allows to customize durations of work or rest phases. HOW TO USE: 1. Choose workflow that represents your habits or your working style best. 2. Customize durations if you want to. 3. Hit "Enter" button. 4. Alternate work and rest phases and complete your tasks!
확장 프로그램 기본 정보
이름 | FlowTime 1 |
ID | jgmilfbglekpibpaeflpioddklgajnno |
공식 URL | https://chromewebstore.google.com/detail/flowtime-1/jgmilfbglekpibpaeflpioddklgajnno |
설명 | Pomodoro-driven timer with customizable durations of work and rest periods. |
파일 크기 | 436 KB |
설치 횟수 | 702 |
현재 버전 | 1.3.0 |
최근 업데이트 | 2017-02-18 |
출시 날짜 | 2017-02-18 |
평점 | 4.36/5 총 11 개의 평점 |
개발자 | logan.burchett13 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FlowTime 1", "short_name": "FlowTime 1", "manifest_version": 2, "version": "1.3.0", "icons": { "128": "res\/img\/icon.png" }, "description": "Pomodoro-driven timer with customizable durations of work and rest periods.", "browser_action": { "default_icon": "res\/img\/popup_icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "back.min.js" ] }, "offline_enabled": true, "permissions": [ "notifications" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |