DeskTrainer

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

Wat is DeskTrainer?

DeskTrainer is een Chrome-extensie ontwikkeld door https://mydesktrainer.com, en de belangrijkste functie is "DeskTrainer turns unproductive time into workouts! You pick how much time on distracting sites; DeskTrainer reminds you to work out!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DeskTrainer

Download DeskTrainer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DeskTrainer DeskTrainer
ID lhbichageoonjedcjpgifjpldbcdomfj
Officiële URL https://chromewebstore.google.com/detail/desktrainer/lhbichageoonjedcjpgifjpldbcdomfj
Beschrijving DeskTrainer turns unproductive time into workouts! You pick how much time on distracting sites; DeskTrainer reminds you to work out!
Bestandsgrootte 56.84 KB
Aantal Installaties 154
Huidige Versie 1.1
Laatst Bijgewerkt 2014-04-29
Publicatiedatum 2014-04-29
Beoordeling 2.40/5 Totaal 5 Beoordelingen
Ontwikkelaar https://mydesktrainer.com
Betalingswijze free
Ondersteunde Talen 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"
    ]
}