Yet another new tab replacement extension for chrome browser
- Download in chrome webstore :)
or
- download
- enable development mode in chrome extension
- run grunt
build:dev - load unpacked extension and choose the complete folder
Had some dependencies:
- coffee-script
- less
- handlebars
- grunt
All of them need to be compiled, before new changes take effect!
So the easiest way to compile them is to use grunt. Just run
grunt build:dev
to compile coffeescript files, less files and handlebar files. How to use grunt, is explained on there site.
During the development you can use
grunt watch
to compile each file type after saving.