PomoTimer
A seriously minimalistic Pomodoro timer
ما هو PomoTimer؟
PomoTimer هو إضافة Chrome تم تطويرها بواسطة Marcus Johansson، والميزة الرئيسية لها هي "A seriously minimalistic Pomodoro timer".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PomoTimer
قم بتنزيل ملفات الامتداد PomoTimer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Pomodoro technique is a great way to keep you focused. However, most Pomodoro tools are way too complex. This defeats the whole purpose of the technique. PomoTimer is probably the simplest and most minimalistic timer in the Chrome web store -- and that's how it should remain.
معلومات أساسية عن التمديد
الاسم | PomoTimer |
ID | hefdcogdhfodpbcidnkecllmknddjghc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pomotimer/hefdcogdhfodpbcidnkecllmknddjghc |
الوصف | A seriously minimalistic Pomodoro timer |
حجم الملف | 34.59 KB |
عدد التثبيتات | 37 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2020-04-17 |
تاريخ النشر | 2020-04-17 |
المطور | Marcus Johansson |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/marcjoha/pomo-timer |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PomoTimer", "version": "1.0.1", "description": "A seriously minimalistic Pomodoro timer", "manifest_version": 2, "icons": { "16": "gfx\/icon-16.png", "48": "gfx\/icon-48.png", "128": "gfx\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "notifications" ], "browser_action": { "default_icon": "gfx\/icon-32.png", "default_title": "PomoTimer" }, "offline_enabled": true } |