Skip to content

int128/bntp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

new tab bookmarks Build Status

A Chrome extension to add the tab with top-sites and bookmarks.

Contribution

This is an open source software licensed under the Apache License Version 2.0.

Dependencies

  • Product
    • AngularJS
    • Chrome Extension API
      • Bookmarks
      • Top Sites
    • CoffeeScript
    • LESS
  • Build
    • npm
    • gulp
    • bower

How to build

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