Pomodoro Timer
A new-tab page that helps you focus on completing your work.
ما هو Pomodoro Timer؟
Pomodoro Timer هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "A new-tab page that helps you focus on completing your work.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pomodoro Timer
قم بتنزيل ملفات الامتداد Pomodoro Timer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A new tab page that helps you focus on completing your goals at work. Use your countdown timer to keep yourself on track by setting a goal for how long you want to work on each task. The extension icon shows a badge that displays how much time you have remaining to complete your current task. This extension also records the number of tasks you've completed every day (called "streaks") so you can compare your productivity every day to your average working day.
معلومات أساسية عن التمديد
الاسم | Pomodoro Timer |
ID | hcfahcbjaolpfghelfanfepghajfbkdg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pomodoro-timer/hcfahcbjaolpfghelfanfepghajfbkdg |
الوصف | A new-tab page that helps you focus on completing your work. |
حجم الملف | 1.54 MB |
عدد التثبيتات | 811 |
النسخة الحالية | 0.0.0.3 |
آخر تحديث | 2017-10-21 |
تاريخ النشر | 2017-10-21 |
تقييم | 1.80/5 مجموع تقييمات 5 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pomodoro Timer", "version": "0.0.0.3", "description": "A new-tab page that helps you focus on completing your work.", "icons": { "16": "images\/streak16.png", "32": "images\/streak32.png", "48": "images\/streak48.png", "128": "images\/streak128.png" }, "browser_action": { "default_icon": { "16": "images\/streak16.png", "32": "images\/streak32.png", "48": "images\/streak48.png", "128": "images\/streak128.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "newTab.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "incognito": "spanning", "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "storage" ] } |