chrome extension to full text search all pages of a website you've been to
Try the demo: https://ctrl-shift-f.zwa.ng/
install pnpm and dependencies
npm install pnpm -g
pnpm i
build extension
pnpm run build
- go to chrome://extensions and turn on turn on developer mode
- click load unpacked and select this repository's folder
- when you make an update, rebuild the extension with
pnpm run build
and click the reload button in chrome://extensions