New Tab Mindfulness
A gentle reminder to live in the moment with mindfulness quotes and meditations.
O que é New Tab Mindfulness?
New Tab Mindfulness é uma extensão do Chrome desenvolvida por The Mindful Tech Lab, e sua principal característica é "A gentle reminder to live in the moment with mindfulness quotes and meditations.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão New Tab Mindfulness
Baixe arquivos de extensão New Tab Mindfulness no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | gakekacnalcpkgkogmbmknlcdikjghba |
URL Oficial | https://chrome.google.com/webstore/detail/new-tab-mindfulness/gakekacnalcpkgkogmbmknlcdikjghba |
Descrição | A gentle reminder to live in the moment with mindfulness quotes and meditations. |
Tamanho do Arquivo | 38.32 KB |
Contagem de Instalações | 454 |
Versão Atual | 2.5 |
Última Atualização | 2017-07-19 |
Data de Publicação | 2017-07-19 |
Classificação | 4.00/5 Total de 5 Avaliações |
Desenvolvedor | The Mindful Tech Lab |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://themindfultechlab.com |
Idiomas Suportados | 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" } } |