New Tab Mindfulness
A gentle reminder to live in the moment with mindfulness quotes and meditations.
Cos'è New Tab Mindfulness?
New Tab Mindfulness è un'estensione di Chrome sviluppata da The Mindful Tech Lab, e la sua funzione principale è "A gentle reminder to live in the moment with mindfulness quotes and meditations.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Tab Mindfulness
Scarica i file di estensione New Tab Mindfulness in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | gakekacnalcpkgkogmbmknlcdikjghba |
URL Ufficiale | https://chrome.google.com/webstore/detail/new-tab-mindfulness/gakekacnalcpkgkogmbmknlcdikjghba |
Descrizione | A gentle reminder to live in the moment with mindfulness quotes and meditations. |
Dimensione del File | 38.32 KB |
Conteggio Installazioni | 454 |
Versione Corrente | 2.5 |
Ultimo Aggiornamento | 2017-07-19 |
Data di Pubblicazione | 2017-07-19 |
Valutazione | 4.00/5 Totale 5 Valutazioni |
Sviluppatore | The Mindful Tech Lab |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://themindfultechlab.com |
Lingue Supportate | 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" } } |