Chrome extension tool for your daily stretch needs.
Installation
- Download the repo
- Navigate to Chrome Extentions -> Load Unpacked (upload files from saved location)
- Pin the tool to the browser and enjoy!
Modifying Timers
Main.js
Total Stretch Time (line 12)
let countdown = new Countdown(minutes, seconds);
Seconds Per Exercise (line 13)
let STRETCH_TIME = 20;
Adding exercies (line 2) Add to variable arrayOfStretches using following format: [exercise name: string, URL: string]