New Tab Mindfulness

A gentle reminder to live in the moment with mindfulness quotes and meditations.

Qu'est-ce que New Tab Mindfulness ?

New Tab Mindfulness est une extension Chrome développée par The Mindful Tech Lab, et sa fonction principale est "A gentle reminder to live in the moment with mindfulness quotes and meditations.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension New Tab Mindfulness

Téléchargez les fichiers d'extension New Tab Mindfulness au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom New Tab Mindfulness New Tab Mindfulness
ID gakekacnalcpkgkogmbmknlcdikjghba
URL Officiel https://chrome.google.com/webstore/detail/new-tab-mindfulness/gakekacnalcpkgkogmbmknlcdikjghba
Description A gentle reminder to live in the moment with mindfulness quotes and meditations.
Taille du Fichier 38.32 KB
Nombre d'Installations 454
Version Actuelle 2.5
Dernière Mise à Jour 2017-07-19
Date de Publication 2017-07-19
Évaluation 4.00/5 Total 5 Évaluations
Développeur The Mindful Tech Lab
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://themindfultechlab.com
Langues Prises en Charge 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"
    }
}