Mindful Break

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

Cos'è Mindful Break?

Mindful Break è un'estensione di Chrome sviluppata da google.com, e la sua funzione principale è "This Chrome extension offers a new mindfulness tip each time it is opened.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Mindful Break

Scarica i file di estensione Mindful Break 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

                        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/.                    

Informazioni di Base sull'Estensione

Nome Mindful Break Mindful Break
ID onjcfgnjjbnflacfbnjaapcbiecckilk
URL Ufficiale https://chrome.google.com/webstore/detail/mindful-break/onjcfgnjjbnflacfbnjaapcbiecckilk
Descrizione This Chrome extension offers a new mindfulness tip each time it is opened.
Dimensione del File 88.93 KB
Conteggio Installazioni 44,780
Versione Corrente 2.0.3
Ultimo Aggiornamento 2017-07-18
Data di Pubblicazione 2017-07-18
Valutazione 4.31/5 Totale 134 Valutazioni
Sviluppatore google.com
URL della Pagina della Politica sulla Privacy https://policies.google.com/privacy
Lingue Supportate 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
}