/new-tab-bookmarks

Lightweight New Tab Page with Bookmarks and Top Sites

Primary LanguageJavaScript

Bookmarks in New Tab Page Build Status

A Chrome extension which provides the new tab page with recently accessed sites and bookmarks.

Architecture

Product:

  • React
  • ES6
  • Less
  • Chrome Extension API

Build system:

  • webpack
  • style-loader + less-loader
  • gulp
  • npm

Contribution

This is an open source software licensed under the Apache License Version 2.0. Feel free to open issues or pull requests.

Build

npm is required. Install dependencies and run gulp:

npm install
npm install -g gulp

# once
gulp

# watching
gulp watch

Open Chrome and add build/extension/ folder into extensions in the developer mode.

Release

Generate distribution zip and upload to Chrome Store.

gulp zip

Take screenshots.

./screenshot.applescript