Desk Exerciser
This extension helps people do exercises right at their desks.
Desk Exerciserとは何ですか?
Desk ExerciserはVishalによって開発されたChromeの拡張機能で、その主な機能は「This extension helps people do exercises right at their desks.」です。
拡張機能のスクリーンショット
Desk Exerciser拡張機能のCRXファイルをダウンロード
Desk Exerciser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension helps people do exercises right at their desks.
拡張機能の基本情報
名前 | |
ID | lkagfeddhapnjlpofmokfpfbgmhckpae |
公式URL | https://chrome.google.com/webstore/detail/desk-exerciser/lkagfeddhapnjlpofmokfpfbgmhckpae |
説明 | This extension helps people do exercises right at their desks. |
ファイルサイズ | 7.74 MB |
インストール数 | 255 |
現在のバージョン | 1.1 |
最終更新日 | 2016-07-27 |
公開日 | 2016-07-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Vishal |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Desk Exerciser", "description": "This extension helps people do exercises right at their desks.", "version": "1.1", "browser_action": { "default_icon": "gym_grey.png", "default_popup": "popup.html", "default_title": "Get Moving NOW!" }, "background": { "scripts": [ "image_filenames.js", "exercise_manager.js", "background.js" ] }, "permissions": [ "alarms", "notifications" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |