RegenerateMe
Take a break from browsing the web and spend a few minutes exercising
RegenerateMeとは何ですか?
RegenerateMeはAllanGaoによって開発されたChromeの拡張機能で、その主な機能は「Take a break from browsing the web and spend a few minutes exercising」です。
拡張機能のスクリーンショット
RegenerateMe拡張機能のCRXファイルをダウンロード
RegenerateMe拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The goal of this extension is to provide users an accessible way to take a break from long browsing sessions. Users are given four exercise options (push-up, crunch, plank, and squat) to choose from and time their exercise and break periods. It's too easy to fall into a sedentary lifestyle. Make sure to get up every couple hours to move around and get in a brief workout!
拡張機能の基本情報
名前 | RegenerateMe |
ID | ocmmomclmjhlbnpbobdclibkhfiaddao |
公式URL | https://chromewebstore.google.com/detail/regenerateme/ocmmomclmjhlbnpbobdclibkhfiaddao |
説明 | Take a break from browsing the web and spend a few minutes exercising |
ファイルサイズ | 41.46 MB |
インストール数 | 27 |
現在のバージョン | 0.0.0.1 |
最終更新日 | 2018-04-11 |
公開日 | 2018-04-11 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | AllanGao |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RegenerateMe", "description": "Take a break from browsing the web and spend a few minutes exercising", "version": "0.0.0.1", "browser_action": { "default_icon": { "16": "media\/images\/icon16.png", "32": "media\/images\/icon32.png", "48": "media\/images\/icon48.png", "128": "media\/images\/icon128.png" }, "default_title": "RegenerateMe" }, "background": { "scripts": [ "pomodoroState.js", "breakState.js", "moment.js", "background.js" ], "persistent": false }, "permissions": [ "notifications" ] } |