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.」です。
拡張機能のスクリーンショット
BrainBrake拡張機能のCRXファイルをダウンロード
BrainBrake拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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 } |