A more functional new tab page for Chrome that lets you search across bookmarks, open tabs, and history.
From captn3m0's ideas repo.
- Clone the repository
git clone https://github.com/tallpants/lightspeed.git
- Install dependencies and build
cd lightspeed
# If you use Yarn
yarn
yarn build
# Or if you use npm
npm install
npm run build
- 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