Pawmodoro Timer
A chill little timer that fills up like a fishtank or drains like an hourglass as it counts down.
Pawmodoro Timer란 무엇입니까?
Pawmodoro Timer은(는) withe_inc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chill little timer that fills up like a fishtank or drains like an hourglass as it counts down."입니다.
확장 프로그램 스크린샷
Pawmodoro Timer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Customize your productivity with the Pomodoro Technique. Alternate between work and break periods (so that you don't accidentally wind up taking an indefinite break) for maximum efficiency. Specify a chunk of time for working, and when that period of time is up, take a (preferably short) break - the timer will switch between focus and rest sessions for you and alert you with an absolutely spiffing chime. You can: - adjust the length of work or break periods (you can set 99 hours 59 minutes and 59 seconds, but, ah. We would not recommend it for sanity reasons) - toggle ambient music on and off - change the number of work-break sessions you would like to schedule (the timer will automatically count through them for you!) Pawmodoro Timer does not record user data or show ads (we don't like what it does to the aesthetic). Happy productivity!
확장 프로그램 기본 정보
이름 | Pawmodoro Timer |
ID | pigkacakkilmgbkoelcdacjhgkehhccm |
공식 URL | https://chromewebstore.google.com/detail/pawmodoro-timer/pigkacakkilmgbkoelcdacjhgkehhccm |
설명 | A chill little timer that fills up like a fishtank or drains like an hourglass as it counts down. |
파일 크기 | 28.22 MB |
설치 횟수 | 396 |
현재 버전 | 1.0 |
최근 업데이트 | 2020-07-11 |
출시 날짜 | 2020-07-11 |
평점 | 4.25/5 총 4 개의 평점 |
개발자 | withe_inc |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "Break_Timer", "name": "Pawmodoro Timer", "version": "1.0", "description": "A chill little timer that fills up like a fishtank or drains like an hourglass as it counts down.", "icons": { "16": "favicon16.png", "32": "favicon32.png", "128": "favicon128.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Pawmodoro Timer" } } |