A one-click capture extension that grabs media from any web page and sends it to a board on your desktop app.
What it captures
- The full page as a screenshot.
- The largest image on the page.
- The video element currently on screen.
- A region you draw with the cursor.
- The whole tab as a scrolling-screenshot (if the page allows it).
How it connects
The extension talks to the locally-running desktop app via HTTPS on localhost:18000. The desktop app must be open for the extension to send to a board; the extension prompts to launch the app if it is not running.
Supported browsers
- Chrome and Chromium-based browsers (Edge, Brave, Arc, Vivaldi).
- Firefox.
Safari is not supported (no equivalent extension API surface for this workflow).
Leave a Reply