5/3/1 planner

This extension will help you planning your '5/3/1' mesocycles.

Co je 5/3/1 planner?

5/3/1 planner je rozšíření Chrome vyvinuté rbreikss, a jeho hlavní funkcí je „This extension will help you planning your '5/3/1' mesocycles.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření 5/3/1 planner

Stáhněte si soubory rozšíření 5/3/1 planner ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This is a chrome extension for Jim Wendler's "5/3/1" strength program planning.

I was tired of spending too much time on the calculations of my mesocycle using my calculator and excel so I built this application that helped me with planning of my '5/3/1' mesocycles. 

Hopefully it will make other lifters' lives a bit easier.

If you want a manual on how to use this, you should buy, read and understand Jim's book first.                    

Základní Informace o Rozšíření

Název 5/3/1 planner 5/3/1 planner
ID aeaclelajhamgcmngdjlnpjjkggbcbbh
Oficiální URL https://chrome.google.com/webstore/detail/531-planner/aeaclelajhamgcmngdjlnpjjkggbcbbh
Popis This extension will help you planning your '5/3/1' mesocycles.
Velikost souboru 342 KB
Počet instalací 68
Aktuální Verze 1.10
Poslední Aktualizace 2014-01-28
Datum Vydání 2014-01-28
Hodnocení 4.43/5 Celkem 7 Hodnocení
Vývojář rbreikss
Typ Platby free
Webové stránky Rozšíření https://github.com/regnars/531
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "5\/3\/1 planner",
    "version": "1.10",
    "short_name": "5\/3\/1 planner",
    "description": "This extension will help you planning your '5\/3\/1' mesocycles.",
    "browser_action": {
        "default_icon": "Design\/Images\/Logo.png",
        "default_title": "5\/3\/1 planner"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "Design\/Images\/icon_16.png",
        "48": "Design\/Images\/icon_48.png",
        "128": "Design\/Images\/icon_128.png"
    },
    "author": "Regn\u0101rs Breik\u0161s",
    "homepage_url": "https:\/\/github.com\/regnars\/531\/",
    "permissions": [
        "tabs",
        "storage"
    ]
}