efidiles / new-tab-bookmarks

Lightweight New Tab Page with Bookmarks and Top Sites

Home Page:https://chrome.google.com/webstore/detail/feeleilgbmkkpapllljmclmbeddcdeeh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Lightweight New Tab Page with Bookmarks and Top Sites

https://chrome.google.com/webstore/detail/feeleilgbmkkpapllljmclmbeddcdeeh


Languages

Language:JavaScript 58.2%Language:CSS 32.3%Language:AppleScript 8.7%Language:HTML 0.8%