Micro Breaks
Schedule break reminders and increase your productivity.
ما هو Micro Breaks؟
Micro Breaks هو إضافة Chrome تم تطويرها بواسطة Kris Zima، والميزة الرئيسية لها هي "Schedule break reminders and increase your productivity.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Micro Breaks
قم بتنزيل ملفات الامتداد Micro Breaks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
"Micro Breaks" can be used by anyone who spends long hours with the browser. Regularly scheduled breaks can improve productivity, relieve joint or muscle pain, and increase overall alertness. Micro Breaks will gently remind you about the break with an active green icon and/or desktop notification that can be easily turned on/off with a click of a button. Did you know? Taking regular breaks of just 2 minutes can increase productivity by 11.15%. Have a good workday!
معلومات أساسية عن التمديد
الاسم | Micro Breaks |
ID | fofomifmemjbnomlpjdnengjfddljcbe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/micro-breaks/fofomifmemjbnomlpjdnengjfddljcbe |
الوصف | Schedule break reminders and increase your productivity. |
حجم الملف | 924 KB |
عدد التثبيتات | 4,969 |
النسخة الحالية | 1.2.1 |
آخر تحديث | 2015-07-09 |
تاريخ النشر | 2015-07-08 |
تقييم | 3.18/5 مجموع تقييمات 33 |
المطور | Kris Zima |
نوع الدفع | free |
موقع الإضافة | https://bitbucket.org/kzima/recurring-tasks/issues/new |
عنوان صفحة المساعدة | https://bitbucket.org/kzima/recurring-tasks/issues/new |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Micro Breaks", "short_name": "Micro Breaks", "description": "Schedule break reminders and increase your productivity.", "version": "1.2.1", "minimum_chrome_version": "23", "icons": { "16": "img\/happy-worker-black_16.png", "48": "img\/happy-worker-black_48.png", "128": "img\/happy-worker-black_128.png" }, "background": { "scripts": [ "lib\/moment.min.js", "js\/tasks.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Micro Breaks", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "storage", "alarms", "notifications", "tabs", "https:\/\/www.google-analytics.com\/" ] } |