Pomodoro Clock
Simple background timer for productivity
Pomodoro Clock란 무엇입니까?
Pomodoro Clock은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple background timer for productivity"입니다.
확장 프로그램 스크린샷
Pomodoro Clock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Thanks to the timer, you can focus on work. 1. Select the duration of the work session and the rest session and turn on the timer 2. Take care of what you wanted to focus on 3. The timer will notify you of the start time of the sound, and then the start time of the new work session 4. Repeat the required number of sessions to achieve the result Work and rest cycles help minimize procrastination and make better use of your time. In a working session, you complete the task without being distracted. In the rest session, do what you want. Do not forget that this is just a tool, everything is in your hands.
확장 프로그램 기본 정보
이름 | Pomodoro Clock |
ID | pfbgmmjloigajfgnfmgmdbafaedpmlml |
공식 URL | https://chromewebstore.google.com/detail/pomodoro-clock/pfbgmmjloigajfgnfmgmdbafaedpmlml |
설명 | Simple background timer for productivity |
파일 크기 | 54.19 KB |
설치 횟수 | 11 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2020-06-12 |
출시 날짜 | 2020-06-12 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomodoro Clock", "version": "1.1.0", "description": "Simple background timer for productivity", "manifest_version": 2, "permissions": [ "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/tomato16.png", "32": "img\/tomato32.png", "48": "img\/tomato48.png", "128": "img\/tomato128.png" } }, "icons": { "16": "img\/tomato16.png", "32": "img\/tomato32.png", "48": "img\/tomato48.png", "128": "img\/tomato128.png" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html" } |