PomoTab
A Pomodoro Timer in each new tab.
ما هو PomoTab؟
PomoTab هو إضافة Chrome تم تطويرها بواسطة https://andyjgao.com، والميزة الرئيسية لها هي "A Pomodoro Timer in each new tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PomoTab
قم بتنزيل ملفات الامتداد PomoTab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This Chrome Extensions creates a new Pomodoro Timer with every new tab.
The Pomodoro Technique is a proven productivity technique where you set aside 25 minutes to focus on a specific task undisturbed. Once completed, you then take a break for 5 minutes.
This technique will help:
- Handle interruptions
- Improve motivation by improving the content of work
- Create clear separations between work and play
- Productivity معلومات أساسية عن التمديد
| الاسم | |
| ID | dbpkgeidmoofficdjjpikfachonamakh |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/pomotab/dbpkgeidmoofficdjjpikfachonamakh |
| الوصف | A Pomodoro Timer in each new tab. |
| حجم الملف | 505 KB |
| عدد التثبيتات | 37 |
| النسخة الحالية | 1.0.1 |
| آخر تحديث | 2020-05-05 |
| تاريخ النشر | 2020-05-05 |
| تقييم | 5.00/5 مجموع تقييمات 4 |
| المطور | https://andyjgao.com |
| نوع الدفع | free |
| موقع الإضافة | https://andyjgao.com/projects/pomotab |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PomoTab",
"author": "Andy J Gao",
"version": "1.0.1",
"description": "A Pomodoro Timer in each new tab.",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |