Pomodoro
The Pomodoro Technique - Focus. Relax. Improve. Achieve.
Cos'è Pomodoro?
Pomodoro è un'estensione di Chrome sviluppata da https://onceupon.group, e la sua funzione principale è "The Pomodoro Technique - Focus. Relax. Improve. Achieve.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pomodoro
Scarica i file di estensione Pomodoro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Pomodoro |
ID | nanjaegameeoomamnliimipmmfabdngd |
URL Ufficiale | https://chromewebstore.google.com/detail/pomodoro/nanjaegameeoomamnliimipmmfabdngd |
Descrizione | The Pomodoro Technique - Focus. Relax. Improve. Achieve. |
Dimensione del File | 363 KB |
Conteggio Installazioni | 81 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2024-03-01 |
Data di Pubblicazione | 2023-11-14 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://onceupon.group |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.onceupon.group |
URL della Pagina della Politica sulla Privacy | https://www.onceupon.group/privacy-policy |
Lingue Supportate | 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" } } |