Pomodoro

The Pomodoro Technique - Focus. Relax. Improve. Achieve.

Pomodoro là gì?

Pomodoro là một tiện ích mở rộng Chrome được phát triển bởi https://onceupon.group, và tính năng chính của nó là "The Pomodoro Technique - Focus. Relax. Improve. Achieve.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pomodoro

Tải xuống các tệp mở rộng Pomodoro 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

                        Pomodoro Technique is a time management method by Francesco Cirillo in the 1980s

*****There are six steps in the original technique*****
  1. Decide on the task to be done.
  2. Set the Pomodoro timer (traditionally to 25 minutes).
  3. Work on the task.
  4. End work when the timer rings and put a checkmark on a piece of paper.
  5. If you have fewer than four checkmarks, take a short break (3–5 minutes) and then return to step 2; otherwise continue to step 6.
  6. After four Pomodoros, take a longer break (15–30 minutes), reset your checkmark count to zero, then go to step 1.

Application developed by Linh Okita and Nyan.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pomodoro Pomodoro
ID nanjaegameeoomamnliimipmmfabdngd
URL Chính Thức https://chromewebstore.google.com/detail/pomodoro/nanjaegameeoomamnliimipmmfabdngd
Mô tả The Pomodoro Technique - Focus. Relax. Improve. Achieve.
Kích Thước Tệp 363 KB
Số Lần Cài Đặt 81
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2023-11-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://onceupon.group
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.onceupon.group
URL Trang Chính Sách Bảo Mật https://www.onceupon.group/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pomodoro",
    "description": "The Pomodoro Technique - Focus. Relax. Improve. Achieve.",
    "version": "1.0.2",
    "manifest_version": 3,
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "offscreen",
        "system.display"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "16": "pomodoro-16.png",
        "32": "pomodoro-32.png",
        "48": "pomodoro-48.png",
        "128": "pomodoro-128.png"
    }
}