Mindful Break

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

O que é Mindful Break?

Mindful Break é uma extensão do Chrome desenvolvida por google.com, e sua principal característica é "This Chrome extension offers a new mindfulness tip each time it is opened.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Mindful Break

Baixe arquivos de extensão Mindful Break 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

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

Informações Básicas da Extensão

Nome Mindful Break Mindful Break
ID onjcfgnjjbnflacfbnjaapcbiecckilk
URL Oficial https://chrome.google.com/webstore/detail/mindful-break/onjcfgnjjbnflacfbnjaapcbiecckilk
Descrição This Chrome extension offers a new mindfulness tip each time it is opened.
Tamanho do Arquivo 88.93 KB
Contagem de Instalações 44,780
Versão Atual 2.0.3
Última Atualização 2017-07-18
Data de Publicação 2017-07-18
Classificação 4.31/5 Total de 134 Avaliações
Desenvolvedor google.com
URL da Página de Política de Privacidade https://policies.google.com/privacy
Idiomas Suportados 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
}