New Tab Mindfulness
A gentle reminder to live in the moment with mindfulness quotes and meditations.
¿Qué es New Tab Mindfulness?
New Tab Mindfulness es una extensión de Chrome desarrollada por The Mindful Tech Lab, y su función principal es "A gentle reminder to live in the moment with mindfulness quotes and meditations.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión New Tab Mindfulness
Descarga archivos de extensión New Tab Mindfulness en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | gakekacnalcpkgkogmbmknlcdikjghba |
URL Oficial | https://chrome.google.com/webstore/detail/new-tab-mindfulness/gakekacnalcpkgkogmbmknlcdikjghba |
Descripción | A gentle reminder to live in the moment with mindfulness quotes and meditations. |
Tamaño del Archivo | 38.32 KB |
Cantidad de Instalaciones | 454 |
Versión Actual | 2.5 |
Última Actualización | 2017-07-19 |
Fecha de Publicación | 2017-07-19 |
Calificación | 4.00/5 Total de 5 Calificaciones |
Desarrollador | The Mindful Tech Lab |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://themindfultechlab.com |
Idiomas Soportados | 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" } } |