###Get it from the Chrome store here
-
Make sure you have gulp installed globally
npm install -g gulp
-
Clone repo
git clone [email protected]:dshekhtman/sproggles.git && cd sproggles
-
Install dependencies
npm install
-
Kick off watch task
gulp watch
-
Gulp will create a
dist
folder 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
dist
folder that gulp created earlier -
Your changes will automatically be processed by
gulp watch
and will update thedist
folder every time you save -
After many of your changes you'll need to click the refresh link on the extension on the
chrome://extensions
page or just refresh the whole page