BrainBrake

BrainBrake reminds users to take a break from their work.

O que é BrainBrake?

BrainBrake é uma extensão do Chrome desenvolvida por Circuit Media, e sua principal característica é "BrainBrake reminds users to take a break from their work.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão BrainBrake

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

                        Circuit Media Green’s new browser extension, BrainBrake, is a customizable digital alert system that meets users where they already are - looking at their screens. BrainBrake was developed in support of Circuit Media’s overarching goal to support the health and wellbeing of the individual.

This extension helps users maintain their personal and digital health goals by reminding them to stand, walk, move, or to otherwise address any health concerns at regular intervals. Our team followed CDC recommendations to create the most up-to-date health prompts designed to target eyestrain, back pain, circulation issues, general fatigue and brain fog, and other wellness issues that often plague computer users.

What can you do on BrainBrake?
•	Set any of these preloaded reminders to regularly address your health needs: 20/20/20, 1 hour, 1.5 hour
•	Stop or start your reminders easily with only two clicks from the top of your screen
•	Access CM Green’s sustainability resources to better your digital and physical health daily

BrainBrake is available to download and install on popular browsers including Edge and Chrome. The extension is easily adaptable to each user’s alert preference and can be stopped or restarted with ease.

Take charge of your digital health today, and download CM Green’s new free BrainBrake browser extension!                    

Informações Básicas da Extensão

Nome BrainBrake BrainBrake
ID ebofompcnagohanhfjdojlbkaijfpndk
URL Oficial https://chromewebstore.google.com/detail/brainbrake/ebofompcnagohanhfjdojlbkaijfpndk
Descrição BrainBrake reminds users to take a break from their work.
Tamanho do Arquivo 109 KB
Contagem de Instalações 143
Versão Atual 2.2
Última Atualização 2022-03-16
Data de Publicação 2020-12-10
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Circuit Media
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://circuitmediagreen.com/
URL da Página de Política de Privacidade https://circuitmedia.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BrainBrake",
    "version": "2.2",
    "description": "BrainBrake reminds users to take a break from their work.",
    "permissions": [
        "background",
        "storage",
        "https:\/\/brainbrake.azurewebsites.net\/api\/",
        "https:\/\/brainbrake.azurewebsites.net\/api\/announcement",
        "https:\/\/brainbrake.azurewebsites.net\/api\/alert"
    ],
    "background": {
        "scripts": [
            "background-alert.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "\/images\/CM_BrainBrake_Favicon-Blue-16x16.png",
        "32": "\/images\/CM_BrainBrake_Favicon-Blue-32x32.png",
        "48": "\/images\/CM_BrainBrake_Favicon-Blue-48x48.png",
        "128": "\/images\/CM_BrainBrake_Favicon-Blue-128x128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/CM_BrainBrake_Favicon-Blue-16x16.png",
            "32": "\/images\/CM_BrainBrake_Favicon-Blue-32x32.png",
            "48": "\/images\/CM_BrainBrake_Favicon-Blue-48x48.png",
            "128": "\/images\/CM_BrainBrake_Favicon-Blue-128x128.png"
        }
    },
    "manifest_version": 2
}