A browser extension that captures full-page screenshots of any web page. Works on Chrome and Firefox.
demo.mp4
- Download the latest zip for your browser from Releases
- Chrome: Go to
chrome://extensions, enable "Developer mode", and drag the zip onto the page - Firefox: Go to
about:debugging#/runtime/this-firefox, click "Load Temporary Add-on", and select the zip
Requires Node.js >= 20 and pnpm.
pnpm install
pnpm dev # Chrome
pnpm dev:firefox # Firefox