New Tab Mindfulness
A gentle reminder to live in the moment with mindfulness quotes and meditations.
Was ist New Tab Mindfulness?
New Tab Mindfulness ist eine Chrome-Erweiterung, die von The Mindful Tech Lab entwickelt wurde, und ihr Hauptmerkmal ist "A gentle reminder to live in the moment with mindfulness quotes and meditations.".
Erweiterungsscreenshots
New Tab Mindfulness-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Tab Mindfulness-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gakekacnalcpkgkogmbmknlcdikjghba |
Offizielle URL | https://chrome.google.com/webstore/detail/new-tab-mindfulness/gakekacnalcpkgkogmbmknlcdikjghba |
Beschreibung | A gentle reminder to live in the moment with mindfulness quotes and meditations. |
Dateigröße | 38.32 KB |
Installationsanzahl | 454 |
Aktuelle Version | 2.5 |
Letztes Update | 2017-07-19 |
Veröffentlichungsdatum | 2017-07-19 |
Bewertung | 4.00/5 Insgesamt 5 Bewertungen |
Entwickler | The Mindful Tech Lab |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://themindfultechlab.com |
Unterstützte Sprachen | 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" } } |