1.2.0 • Published 7 years ago

newtab-bookmarks v1.2.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

New Tab Bookmarks, a Chrome Extension

To get this development version of the Chrome Extension to work in your browser:

Make sure you have node.js >=4 installed

node --version

If not, either download from nodejs.org or install nvm.

Grab the code and build it:

  1. git clone https://github.com/kswedberg/new-tab-bookmarks.git
  2. cd new-tab-bookmarks
  3. npm install
  4. npm run build:production

Install it in the Chrome browser:

  1. Open the Manage Extensions page (chrome://extensions)
  2. Check the checkbox for "Developer Mode"
  3. Press the "Load unpacked extension…" button
  4. Navigate to this repo's public directory and select it
1.2.0

7 years ago