TomatoTimer(番茄钟)
极简番茄钟🍅 TomatoTimer is a flexible and easy to use online Pomodoro Technique Timer.
TomatoTimer(番茄钟) là gì?
TomatoTimer(番茄钟) là một tiện ích mở rộng Chrome được phát triển bởi dayuan, và tính năng chính của nó là "极简番茄钟🍅 TomatoTimer is a flexible and easy to use online Pomodoro Technique Timer.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TomatoTimer(番茄钟)
Tải xuống các tệp mở rộng TomatoTimer(番茄钟) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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. 🍅 🍅
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TomatoTimer(番茄钟) |
ID | pfbglkpjdofjbficnlhdolanoifpedhk |
URL Chính Thức | https://chromewebstore.google.com/detail/tomatotimer%E7%95%AA%E8%8C%84%E9%92%9F/pfbglkpjdofjbficnlhdolanoifpedhk |
Mô tả | 极简番茄钟🍅 TomatoTimer is a flexible and easy to use online Pomodoro Technique Timer. |
Kích Thước Tệp | 69.27 KB |
Số Lần Cài Đặt | 211 |
Phiên Bản Hiện Tại | 1.9.1 |
Cập Nhật Lần Cuối | 2022-04-11 |
Ngày Phát Hành | 2022-01-05 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | dayuan |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |