DeskTrainer

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

Cos'è DeskTrainer?

DeskTrainer è un'estensione di Chrome sviluppata da https://mydesktrainer.com, e la sua funzione principale è "DeskTrainer turns unproductive time into workouts! You pick how much time on distracting sites; DeskTrainer reminds you to work out!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DeskTrainer

Scarica i file di estensione DeskTrainer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome DeskTrainer DeskTrainer
ID lhbichageoonjedcjpgifjpldbcdomfj
URL Ufficiale https://chromewebstore.google.com/detail/desktrainer/lhbichageoonjedcjpgifjpldbcdomfj
Descrizione DeskTrainer turns unproductive time into workouts! You pick how much time on distracting sites; DeskTrainer reminds you to work out!
Dimensione del File 56.84 KB
Conteggio Installazioni 154
Versione Corrente 1.1
Ultimo Aggiornamento 2014-04-29
Data di Pubblicazione 2014-04-29
Valutazione 2.40/5 Totale 5 Valutazioni
Sviluppatore https://mydesktrainer.com
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}