Pomodoro Timer
Simple pomodoro timer
Pomodoro Timer란 무엇입니까?
Pomodoro Timer은(는) Sergey Markin & Oleg Egorov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple pomodoro timer"입니다.
확장 프로그램 스크린샷
Pomodoro Timer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Pomodoro Technique is a time management method developed by Francesco Cirillo. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. Each interval is known as a pomodoro, from the Italian word for 'tomato'. In this extension, working time is 25 minutes, rest time is 5 minutes.
확장 프로그램 기본 정보
이름 | Pomodoro Timer |
ID | okbedhkoibggbokmnkafehodicaihefj |
공식 URL | https://chromewebstore.google.com/detail/pomodoro-timer/okbedhkoibggbokmnkafehodicaihefj |
설명 | Simple pomodoro timer |
파일 크기 | 75.69 KB |
설치 횟수 | 66 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2020-04-18 |
출시 날짜 | 2020-04-18 |
개발자 | Sergey Markin & Oleg Egorov |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomodoro Timer", "version": "1.0.3", "description": "Simple pomodoro timer", "permissions": [ "storage", "declarativeContent", "alarms" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "pomodoro16.png", "48": "pomodoro48.png", "128": "pomodoro128.png" }, "manifest_version": 2 } |