Warning
This is a POC leveraging Web5 which is still under active development. It is likely this will break.
A lightweight chrome extension for quick navigation. This extension leverages chrome's omnibox feature and allows users to save important or highly used sites and easily navigate to them.
Navigate to any link by typing go <link name>
in the address bar
- clone this repo
- Inside the directory run
yarn install && yarn build
- Within "Manage Extensions" in Chrome, select "Load Unpacked" and select the
dist
directory within this project