TomatoTimer(番茄钟)
极简番茄钟🍅 TomatoTimer is a flexible and easy to use online Pomodoro Technique Timer.
TomatoTimer(番茄钟)란 무엇입니까?
TomatoTimer(番茄钟)은(는) dayuan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "极简番茄钟🍅 TomatoTimer is a flexible and easy to use online Pomodoro Technique Timer."입니다.
확장 프로그램 스크린샷
TomatoTimer(番茄钟) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Helps you focus on your current work and studies Tomato work method is a simple and easy to use time management method, using the tomato work method, select a task to be completed, set the tomato time to 25 minutes, focus on the work, do not allow anything unrelated to the task in the middle, until the tomato clock rings, and then draw an X on the paper for a short break (5 minutes on the line), every four tomato time to take more breaks. The tomato work method greatly improves the efficiency of the work, there will be an unexpected sense of accomplishment. 🍅 🍅
확장 프로그램 기본 정보
이름 | TomatoTimer(番茄钟) |
ID | pfbglkpjdofjbficnlhdolanoifpedhk |
공식 URL | https://chromewebstore.google.com/detail/tomatotimer%E7%95%AA%E8%8C%84%E9%92%9F/pfbglkpjdofjbficnlhdolanoifpedhk |
설명 | 极简番茄钟🍅 TomatoTimer is a flexible and easy to use online Pomodoro Technique Timer. |
파일 크기 | 69.27 KB |
설치 횟수 | 211 |
현재 버전 | 1.9.1 |
최근 업데이트 | 2022-04-11 |
출시 날짜 | 2022-01-05 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | dayuan |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TomatoTimer(\u756a\u8304\u949f)", "description": "\u6781\u7b80\u756a\u8304\u949f\ud83c\udf45 TomatoTimer is a flexible and easy to use online Pomodoro Technique Timer.", "version": "1.9.1", "author": "dayuan", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "notifications", "browser_action" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/start16.png", "32": "\/images\/start32.png", "48": "\/images\/start48.png", "128": "\/images\/start128.png" } }, "icons": { "16": "\/images\/start16.png", "32": "\/images\/start32.png", "48": "\/images\/start48.png", "128": "\/images\/start128.png" } } |