Pomodoro
The Pomodoro Technique - Focus. Relax. Improve. Achieve.
Qu'est-ce que Pomodoro ?
Pomodoro est une extension Chrome développée par https://onceupon.group, et sa fonction principale est "The Pomodoro Technique - Focus. Relax. Improve. Achieve.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pomodoro
Téléchargez les fichiers d'extension Pomodoro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Pomodoro |
ID | nanjaegameeoomamnliimipmmfabdngd |
URL Officiel | https://chromewebstore.google.com/detail/pomodoro/nanjaegameeoomamnliimipmmfabdngd |
Description | The Pomodoro Technique - Focus. Relax. Improve. Achieve. |
Taille du Fichier | 363 KB |
Nombre d'Installations | 81 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2024-03-01 |
Date de Publication | 2023-11-14 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://onceupon.group |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.onceupon.group |
URL de la Page de Politique de Confidentialité | https://www.onceupon.group/privacy-policy |
Langues Prises en Charge | 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" } } |