Mindful Break

This Chrome extension offers a new mindfulness tip each time it is opened.

Qu'est-ce que Mindful Break ?

Mindful Break est une extension Chrome développée par google.com, et sa fonction principale est "This Chrome extension offers a new mindfulness tip each time it is opened.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Mindful Break

Téléchargez les fichiers d'extension Mindful Break 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

                        Need a break?  The Mindful Break Chrome extension gives you a mindfulness tip and guides you through a short breathing exercise. Set reminders to help you remember.  Go full-screen to help you stay focused.

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

Informations de Base sur l'Extension

Nom Mindful Break Mindful Break
ID onjcfgnjjbnflacfbnjaapcbiecckilk
URL Officiel https://chrome.google.com/webstore/detail/mindful-break/onjcfgnjjbnflacfbnjaapcbiecckilk
Description This Chrome extension offers a new mindfulness tip each time it is opened.
Taille du Fichier 88.93 KB
Nombre d'Installations 44,780
Version Actuelle 2.0.3
Dernière Mise à Jour 2017-07-18
Date de Publication 2017-07-18
Évaluation 4.31/5 Total 134 Évaluations
Développeur google.com
URL de la Page de Politique de Confidentialité https://policies.google.com/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "2.0.3",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "gpause-crop.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "gpause-crop.png"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "offline_enabled": true
}