rabbithole
An extension to track your internet rabbitholes
Install#
- From the
Releasessection on the right, go to the latest release - Download and unzip
rabbithole.zip; this will create adistfolder - Navigate to
chrome://extensions(should resolve on all chromium) - Turn on the
Developer Modeswitch - Click the
Load Unpackedbutton and then select thedistfolder
Build#
# build files to `/dist` directory
pnpm build
Development#
# install dependencies
pnpm i
# build files to `/dist` directory
# HMR for extension pages and content scripts
pnpm run dev