websnap is now being reshaped into the browser-extension product.
This repository keeps the Chromium extension source for the web capture path.
Current extension folder:
extensions/chromium-websnap
The extension is now a standalone MV3 browser capture MVP:
- lists open
http(s)tabs across normal Chromium windows - captures the visible tab content instead of the whole browser chrome
- downloads the PNG directly from the extension
- offers a popup menu with Capture / Tabs / Settings
In Chrome or Edge:
- Open
chrome://extensionsoredge://extensions - Enable developer mode
- Click Load unpacked
- Select
extensions/chromium-websnap - Open the extension popup and capture a tab
- The Go CLI and desktop/live capture code were moved to the separate
desksnaprepository. - This repo is now the web-facing side of the split.