Pomodoro

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

Was ist Pomodoro?

Pomodoro ist eine Chrome-Erweiterung, die von https://onceupon.group entwickelt wurde, und ihr Hauptmerkmal ist "The Pomodoro Technique - Focus. Relax. Improve. Achieve.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Pomodoro-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pomodoro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Pomodoro Pomodoro
ID nanjaegameeoomamnliimipmmfabdngd
Offizielle URL https://chromewebstore.google.com/detail/pomodoro/nanjaegameeoomamnliimipmmfabdngd
Beschreibung The Pomodoro Technique - Focus. Relax. Improve. Achieve.
Dateigröße 363 KB
Installationsanzahl 81
Aktuelle Version 1.0.2
Letztes Update 2024-03-01
Veröffentlichungsdatum 2023-11-14
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://onceupon.group
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.onceupon.group
URL der Datenschutzrichtlinien-Seite https://www.onceupon.group/privacy-policy
Unterstützte Sprachen 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"
    }
}