Blogilates - Fitness when you need it!

Workout a specific body type or do a workout series!

Vad är Blogilates - Fitness when you need it!?

Blogilates - Fitness when you need it! är en Chrome-tillägg utvecklad av tyler.balaban, och dess huvudfunktion är "Workout a specific body type or do a workout series!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Blogilates - Fitness when you need it!-förlängningens CRX-fil

Ladda ner Blogilates - Fitness when you need it!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Blogilates - Fitness when you need it! Blogilates - Fitness when you need it!
ID bjcjacjbdcedfmlncehbcidofddbjdhi
Officiell webbadress https://chrome.google.com/webstore/detail/blogilates-fitness-when-y/bjcjacjbdcedfmlncehbcidofddbjdhi
Beskrivning Workout a specific body type or do a workout series!
Filstorlek 173 KB
Antal Installationer 255
Aktuell Version 0.1.1
Senast Uppdaterad 2015-03-02
Publiceringsdatum 2015-03-02
Betyg 4.25/5 Totalt 8 Betyg
Utvecklare tyler.balaban
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}