MicroBreak
Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death.
MicroBreakとは何ですか?
MicroBreakはhttps://seankim.techによって開発されたChromeの拡張機能で、その主な機能は「Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death.」です。
拡張機能のスクリーンショット
MicroBreak拡張機能のCRXファイルをダウンロード
MicroBreak拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for excessively long periods of time is a risk factor for early death.
拡張機能の基本情報
名前 | MicroBreak |
ID | ggnhlgpbddbpcgpcngkjapocmiljpblp |
公式URL | https://chromewebstore.google.com/detail/microbreak/ggnhlgpbddbpcgpcngkjapocmiljpblp |
説明 | Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death. |
ファイルサイズ | 11.49 KB |
インストール数 | 90 |
現在のバージョン | 1.0 |
最終更新日 | 2018-02-23 |
公開日 | 2018-02-22 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://seankim.tech |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MicroBreak", "description": "Get sent a notification every 30 minutes reminding you to take a quick walk. Sitting for long periods is a factor in early death.", "version": "1.0", "manifest_version": 2, "permissions": [ "notifications" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "48.png" ] } |