This is a chrome-extension that replaces your new tab with a tab-group organizer! You can quickly navigate to those tabs, and leave notes for yourself about the tabs on this page!
-
Download
new-group-nav.zip
from the releases tab of the project onto your local machine. Extract the folder onto your local machine. -
Open the extensions management page for your browser, most likely chrome://extensions/.
-
Select
Load unpacked
, and select thenew-group-nav-extension
folder. It should now appear in your extensions with the appropriate icon and description. You may have to temporarily enableDeveloper Mode
to do this.
- In the root directory, run
npm ci
to install all the project dependencies - Run
npm start
to start the dev server - Load the dist folder as an unpacked extension in chrome browser
- Open a new tab
Below are a list of commands used for development. The logic for all the commands is in the local package.json
npm start
- builds the project into the dist folder and starts a watch loop for changesnpm run build
- builds a final distributable using Parcelnpm test
- runs tests in Jest watch loop
- Logo created by Jesse Jurman for this Project
- Written in Tram-One
- Styles from Open Props
- Other icons from Feather