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"
    ]
}