A Chrome extension to add the tab with top-sites and bookmarks.
This is an open source software licensed under the Apache License Version 2.0.
- Product
- AngularJS
- Chrome Extension API
- Bookmarks
- Top Sites
- CoffeeScript
- LESS
- Build
- npm
- gulp
- bower
npm is required. At first, install dependencies.
npm install
npm install -g gulp
Then, build the extension and add build/extension/
folder to Chrome in the developer mode.
gulp
Also supports watching sources in src/main/
.
gulp watch
Generate distribution zip and upload to Chrome Store.
gulp zip