Navigate me will keep track of your page visits inside a website. It improves your productivity by helping you quickly find your history of page navigations within the website.
This extension will keep track of the web pages you visit within a website. It improves your productivity by allowing you to see the history of all the web pages you visited on a website in one place.
For eg: when surfing a documentation website, you might visit several pages to read about different topics. After some time, you need to go back to a previous article but do not remember its name/link. Navigate Me will help you quickly pick or search it from the listed URLs within the extension.
This extension has an improved user experience than the standard Chrome History since it allows you to see all the visited pages while you are on the website. It provides simple yet powerful search functionality and sensible configurations.
Navigate Me extension stores data locally so you don't have to worry about privacy or data usage. It is minimalistic and has less clutter.
- Records the web pages you visit within a website
- Lists down the web pages (most recent on top)
- Search and pick previously visited pages
- Remove selected pages from the list
- Setting to enable/disable tracking
- No data usage. The extension stores its data locally. Not synced with any cloud applications - privacy first
Follow the steps below to set up the extension codebase for development.
- Clone (or fork and clone) the repository.
- Navigate inside the root directory of the codebase.
- Run
npm install && npm run watch. This will build the extension for development. Build files can be found in the<root-dir>/builddirectory. - Then you can follow the instructions below to install the extension locally for testing.
- Open
chrome://extensions - Switch on the
Developer modecheckbox (top right corner of the page) - Click on the
Load unpackedbutton - Select the
<root-dir>/buildfolder and clickOpen.
- Open



