5/3/1 planner
This extension will help you planning your '5/3/1' mesocycles.
5/3/1 planner란 무엇입니까?
5/3/1 planner은(는) rbreikss에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will help you planning your '5/3/1' mesocycles."입니다.
확장 프로그램 스크린샷
5/3/1 planner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | aeaclelajhamgcmngdjlnpjjkggbcbbh |
공식 URL | https://chrome.google.com/webstore/detail/531-planner/aeaclelajhamgcmngdjlnpjjkggbcbbh |
설명 | This extension will help you planning your '5/3/1' mesocycles. |
파일 크기 | 342 KB |
설치 횟수 | 68 |
현재 버전 | 1.10 |
최근 업데이트 | 2014-01-28 |
출시 날짜 | 2014-01-28 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | rbreikss |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/regnars/531 |
지원되는 언어 | 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" ] } |