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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } } |