DeskTrainer

DeskTrainer turns unproductive time into workouts! You pick how much time on distracting sites; DeskTrainer reminds you to work out!

DeskTrainerとは何ですか?

DeskTrainerはhttps://mydesktrainer.comによって開発されたChromeの拡張機能で、その主な機能は「DeskTrainer turns unproductive time into workouts! You pick how much time on distracting sites; DeskTrainer reminds you to work out!」です。

拡張機能のスクリーンショット

screenshot

DeskTrainer拡張機能のCRXファイルをダウンロード

DeskTrainer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        DeskTrainer turns unproductive time into workout time! You choose your unproductive sites and how much time you want to spend on them, and DeskTrainer reminds you to work out after spending too much time on distracting websites. Once your time is up, it's time to workout. Based on the scientifically proven 7 minute workout, your desk workout is a series of short exercises that you can easily do at your desk and increase your fitness level.                    

拡張機能の基本情報

名前 DeskTrainer DeskTrainer
ID lhbichageoonjedcjpgifjpldbcdomfj
公式URL https://chromewebstore.google.com/detail/desktrainer/lhbichageoonjedcjpgifjpldbcdomfj
説明 DeskTrainer turns unproductive time into workouts! You pick how much time on distracting sites; DeskTrainer reminds you to work out!
ファイルサイズ 56.84 KB
インストール数 154
現在のバージョン 1.1
最終更新日 2014-04-29
公開日 2014-04-29
評価 2.40/5 合計 5 レビュー
開発者 https://mydesktrainer.com
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DeskTrainer",
    "description": "DeskTrainer turns unproductive time into workouts! You pick how much time on distracting sites; DeskTrainer reminds you to work out!",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs"
    ]
}