DeskTrainer

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

Hvad er DeskTrainer?

DeskTrainer er en Chrome-udvidelse udviklet af https://mydesktrainer.com, og dens hovedfunktion er "DeskTrainer turns unproductive time into workouts! You pick how much time on distracting sites; DeskTrainer reminds you to work out!".

Udvidelsesskærmbilleder

screenshot

Download DeskTrainer-udvidelses-CRX-fil

Download DeskTrainer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn DeskTrainer DeskTrainer
ID lhbichageoonjedcjpgifjpldbcdomfj
Officiel URL https://chromewebstore.google.com/detail/desktrainer/lhbichageoonjedcjpgifjpldbcdomfj
Beskrivelse DeskTrainer turns unproductive time into workouts! You pick how much time on distracting sites; DeskTrainer reminds you to work out!
Filstørrelse 56.84 KB
Antal Installationer 154
Nuværende Version 1.1
Senest Opdateret 2014-04-29
Udgivelsesdato 2014-04-29
Bedømmelse 2.40/5 Samlet 5 Bedømmelser
Udvikler https://mydesktrainer.com
Betalingsmetode free
Understøttede Sprog 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"
    ]
}