DeskAthlete
Short, simple exercises to improve your mobility and fitness while at your desk.
DeskAthleteとは何ですか?
DeskAthleteはTauro Softwareによって開発されたChromeの拡張機能で、その主な機能は「Short, simple exercises to improve your mobility and fitness while at your desk.」です。
拡張機能のスクリーンショット
DeskAthlete拡張機能のCRXファイルをダウンロード
DeskAthlete拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Short, simple exercises to improve your mobility and fitness while at your desk. Install the extension and watch a 30 second instructional video to help you help yourself. 40+ exercises (and you can add custom exercises) to improve your mobility - all that you can do at your desk! Feedback welcome - please comment with any feedback and / or suggestions! ----- Disclaimer ----- The exercises and movements provided in this app are for informational and educational purposes only, and are not intended for use as a substitute for professional programming. Always consult a physician or qualified healthcare provider before beginning any exercise or mobility program.
拡張機能の基本情報
名前 | DeskAthlete |
ID | igjaadcoconlababjpkhmjimepgnekdo |
公式URL | https://chromewebstore.google.com/detail/deskathlete/igjaadcoconlababjpkhmjimepgnekdo |
説明 | Short, simple exercises to improve your mobility and fitness while at your desk. |
ファイルサイズ | 14.97 KB |
インストール数 | 1,396 |
現在のバージョン | 1.2.0 |
最終更新日 | 2018-10-07 |
公開日 | 2018-10-07 |
評価 | 3.50/5 合計 10 レビュー |
開発者 | Tauro Software |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DeskAthlete", "description": "Short, simple exercises to improve your mobility and fitness while at your desk.", "version": "1.2.0", "browser_action": { "default_icon": "images\/icon_19.png", "default_popup": "popup.html" }, "options_page": "settings.html", "icons": { "128": "images\/icon_128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "storage" ] } |