Blogilates - Fitness when you need it!

Workout a specific body type or do a workout series!

什么是Blogilates - Fitness when you need it!?

Blogilates - Fitness when you need it!是由tyler.balaban开发的Chrome扩展程序,该扩展的主要功能是“Workout a specific body type or do a workout series!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Blogilates - Fitness when you need it!扩展crx文件

下载Blogilates - Fitness when you need it!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Don't forget to work out that bod! 

Blogilates - Fitness when you need it is an extension that quickly lets you get to the workout that you are looking for. Go through a Blogilates workout series or focus on a specific body type with ease using this app.                    

扩展基本信息

名称 Blogilates - Fitness when you need it! Blogilates - Fitness when you need it!
ID bjcjacjbdcedfmlncehbcidofddbjdhi
官方URL https://chrome.google.com/webstore/detail/blogilates-fitness-when-y/bjcjacjbdcedfmlncehbcidofddbjdhi
简介 Workout a specific body type or do a workout series!
文件大小 173 KB
安装次数 255
当前版本 0.1.1
更新时间 2015-03-02
上架时间 2015-03-02
评分 4.25/5 共8次评分
开发者 tyler.balaban
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "assets\/icon16.png",
        "default_popup": "popup.html",
        "default_title": "Blogilates"
    },
    "description": "Workout a specific body type or do a workout series!",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "homepage_url": "https:\/\/www.blogilates.com",
    "manifest_version": 2,
    "name": "Blogilates - Fitness when you need it!",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "short_name": "Blogilates",
    "version": "0.1.1",
    "web_accessible_resources": [
        "assets\/*",
        "results.json"
    ]
}