/lightspeed

:rocket: New tab page for Chrome that lets you search across bookmarks, open tabs, and history in real time.

Primary LanguageVueMIT LicenseMIT

Lightspeed

Chrome Web Store link

A more functional new tab page for Chrome that lets you search across bookmarks, open tabs, and history.

From captn3m0's ideas repo.

Install development version

  1. Clone the repository
git clone https://github.com/tallpants/lightspeed.git
  1. Install dependencies and build
cd lightspeed

# If you use Yarn
yarn
yarn build

# Or if you use npm
npm install
npm run build
  1. Load the extension into Chrome
  • Navigate to chrome://extensions
  • Check the "Developer mode" checkbox
  • Click "Load unpacked extension..."
  • Select the lightspeed repo directory that you cloned