New Tab Mindfulness
A gentle reminder to live in the moment with mindfulness quotes and meditations.
ما هو New Tab Mindfulness؟
New Tab Mindfulness هو إضافة Chrome تم تطويرها بواسطة The Mindful Tech Lab، والميزة الرئيسية لها هي "A gentle reminder to live in the moment with mindfulness quotes and meditations.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة New Tab Mindfulness
قم بتنزيل ملفات الامتداد New Tab Mindfulness بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Enhance your default 'new tab' page to display a random quote on mindfulness and quick links to meditations in your browser. Whether you're overwhelmed with work throughout the day or are rushing to complete multiple tasks at once, the New Tab Mindfulness extension is here to remind you to not get overwhelmed, take a few deep breaths, and then take on the tasks at hand. It's simple, but useful.
معلومات أساسية عن التمديد
الاسم | |
ID | gakekacnalcpkgkogmbmknlcdikjghba |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/new-tab-mindfulness/gakekacnalcpkgkogmbmknlcdikjghba |
الوصف | A gentle reminder to live in the moment with mindfulness quotes and meditations. |
حجم الملف | 38.32 KB |
عدد التثبيتات | 454 |
النسخة الحالية | 2.5 |
آخر تحديث | 2017-07-19 |
تاريخ النشر | 2017-07-19 |
تقييم | 4.00/5 مجموع تقييمات 5 |
المطور | The Mindful Tech Lab |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://themindfultechlab.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab Mindfulness", "description": "A gentle reminder to live in the moment with mindfulness quotes and meditations.", "version": "2.5", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "management" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |