Pomodoro
The Pomodoro Technique - Focus. Relax. Improve. Achieve.
ما هو Pomodoro؟
Pomodoro هو إضافة Chrome تم تطويرها بواسطة https://onceupon.group، والميزة الرئيسية لها هي "The Pomodoro Technique - Focus. Relax. Improve. Achieve.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pomodoro
قم بتنزيل ملفات الامتداد Pomodoro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
ID | nanjaegameeoomamnliimipmmfabdngd |
عنوان URL الرسمي | 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 |
عنوان صفحة سياسة الخصوصية | 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" } } |