BrainBrake

BrainBrake reminds users to take a break from their work.

BrainBrake란 무엇입니까?

BrainBrake은(는) Circuit Media에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BrainBrake reminds users to take a break from their work."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

BrainBrake 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 BrainBrake BrainBrake
ID ebofompcnagohanhfjdojlbkaijfpndk
공식 URL https://chromewebstore.google.com/detail/brainbrake/ebofompcnagohanhfjdojlbkaijfpndk
설명 BrainBrake reminds users to take a break from their work.
파일 크기 109 KB
설치 횟수 143
현재 버전 2.2
최근 업데이트 2022-03-16
출시 날짜 2020-12-10
평점 5.00/5 총 3 개의 평점
개발자 Circuit Media
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://circuitmediagreen.com/
개인정보 보호 정책 페이지 URL https://circuitmedia.com/privacy-policy
지원되는 언어 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
}