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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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