Pomodoro

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

Hvad er Pomodoro?

Pomodoro er en Chrome-udvidelse udviklet af https://onceupon.group, og dens hovedfunktion er "The Pomodoro Technique - Focus. Relax. Improve. Achieve.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Pomodoro-udvidelses-CRX-fil

Download Pomodoro-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Pomodoro Pomodoro
ID nanjaegameeoomamnliimipmmfabdngd
Officiel URL https://chromewebstore.google.com/detail/pomodoro/nanjaegameeoomamnliimipmmfabdngd
Beskrivelse The Pomodoro Technique - Focus. Relax. Improve. Achieve.
Filstørrelse 363 KB
Antal Installationer 81
Nuværende Version 1.0.2
Senest Opdateret 2024-03-01
Udgivelsesdato 2023-11-14
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://onceupon.group
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.onceupon.group
URL til Fortrolighedspolitik Side https://www.onceupon.group/privacy-policy
Understøttede Sprog 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"
    }
}