New Tab Mindfulness
A gentle reminder to live in the moment with mindfulness quotes and meditations.
What is New Tab Mindfulness?
New Tab Mindfulness is a Chrome extension developed by The Mindful Tech Lab, and its main feature is "A gentle reminder to live in the moment with mindfulness quotes and meditations.".
Extension Screenshots
Download New Tab Mindfulness Extension CRX File
Download New Tab Mindfulness extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | gakekacnalcpkgkogmbmknlcdikjghba |
Official URL | https://chrome.google.com/webstore/detail/new-tab-mindfulness/gakekacnalcpkgkogmbmknlcdikjghba |
Description | A gentle reminder to live in the moment with mindfulness quotes and meditations. |
File Size | 38.32 KB |
Installation Count | 454 |
Current Version | 2.5 |
Last Updated | 2017-07-19 |
Publish Date | 2017-07-19 |
Rating | 4.00/5 Total 5 Ratings |
Developer | The Mindful Tech Lab |
[email protected] | |
Payment Type | free |
Extension Website | http://themindfultechlab.com |
Supported Languages | 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" } } |