Pomodoro

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

什麼是Pomodoro?

Pomodoro是由https://onceupon.group開發的Chrome擴展程式,該擴展的主要功能是“The Pomodoro Technique - Focus. Relax. Improve. Achieve.”。

擴展截圖

screenshot
screenshot
screenshot

下載Pomodoro擴展crx文件

下載Pomodoro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Pomodoro Pomodoro
ID nanjaegameeoomamnliimipmmfabdngd
官方網址 https://chromewebstore.google.com/detail/pomodoro/nanjaegameeoomamnliimipmmfabdngd
簡介 The Pomodoro Technique - Focus. Relax. Improve. Achieve.
檔案大小 363 KB
安裝次數 81
目前版本 1.0.2
更新時間 2024-03-01
上架時間 2023-11-14
評分 5.00/5 共 2 次評分
開發者 https://onceupon.group
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.onceupon.group
隱私政策頁面URL https://www.onceupon.group/privacy-policy
支援的語言 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"
    }
}