###Get it from the Chrome store here
-
Make sure you have gulp installed globally
npm install -g gulp -
Clone repo
git clone git@git.hubteam.com:dshekhtman/sproggles.git && cd sproggles -
Install dependencies
npm install -
Kick off watch task
gulp watch -
Gulp will create a
distfolder which is the entire unpacked extension -
In Chrome, navigate to
chrome://extensions -
Make sure the Developer mode checkbox on the top right is checked
-
Click Load unpacked extension...
-
Choose the
distfolder that gulp created earlier -
Your changes will automatically be processed by
gulp watchand will update thedistfolder every time you save -
After many of your changes you'll need to click the refresh link on the extension on the
chrome://extensionspage or just refresh the whole page