DeskTrainer

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

What is DeskTrainer?

DeskTrainer is a Chrome extension developed by https://mydesktrainer.com, and its main feature is "DeskTrainer turns unproductive time into workouts! You pick how much time on distracting sites; DeskTrainer reminds you to work out!".

Extension Screenshots

screenshot

Download DeskTrainer Extension CRX File

Download DeskTrainer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DeskTrainer DeskTrainer
ID lhbichageoonjedcjpgifjpldbcdomfj
Official URL https://chromewebstore.google.com/detail/desktrainer/lhbichageoonjedcjpgifjpldbcdomfj
Description DeskTrainer turns unproductive time into workouts! You pick how much time on distracting sites; DeskTrainer reminds you to work out!
File Size 56.84 KB
Installation Count 154
Current Version 1.1
Last Updated 2014-04-29
Publish Date 2014-04-29
Rating 2.40/5 Total 5 Ratings
Developer https://mydesktrainer.com
Payment Type free
Supported Languages 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"
    ]
}