5/3/1 planner
This extension will help you planning your '5/3/1' mesocycles.
Co to jest 5/3/1 planner?
5/3/1 planner to rozszerzenie Chrome opracowane przez rbreikss, a jego główną funkcją jest „This extension will help you planning your '5/3/1' mesocycles.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 5/3/1 planner
Pobierz pliki rozszerzeń 5/3/1 planner w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | aeaclelajhamgcmngdjlnpjjkggbcbbh |
Oficjalny URL | https://chrome.google.com/webstore/detail/531-planner/aeaclelajhamgcmngdjlnpjjkggbcbbh |
Opis | This extension will help you planning your '5/3/1' mesocycles. |
Rozmiar pliku | 342 KB |
Liczba instalacji | 68 |
Aktualna Wersja | 1.10 |
Ostatnia Aktualizacja | 2014-01-28 |
Data Publikacji | 2014-01-28 |
Ocena | 4.43/5 Łącznie 7 Oceny |
Deweloper | rbreikss |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/regnars/531 |
Obsługiwane Języki | 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" ] } |