Browser Extension
Browser extensions are available for Chromium and Firefox to provide quick web-clipping into Postgram.
What this page covers
Section titled “What this page covers”How Postgram’s browser integrations work and how to build/install extension artifacts.
Core workflow
Section titled “Core workflow”- Use the Postgram REST upload route or CLI sync backend for the extension target.
- Install one of the extension packages:
packages/browser-extension-chromepackages/browser-extension-firefox
- Build an unpacked extension package:
npm run -w @ivotoby/postgram-browser-extension-chrome packageand similarly for Firefox.
- Authenticate the extension with your API key and capture page content or text selection into Postgram.
- The extension path is one-click ingestion, not a replacement for full-doc sync.
- For local development and source installs, follow each package’s local README for browser-specific details.