Skip to content

Browser Extension

Browser extensions are available for Chromium and Firefox to provide quick web-clipping into Postgram.

How Postgram’s browser integrations work and how to build/install extension artifacts.

  1. Use the Postgram REST upload route or CLI sync backend for the extension target.
  2. Install one of the extension packages:
    • packages/browser-extension-chrome
    • packages/browser-extension-firefox
  3. Build an unpacked extension package:
Terminal window
npm run -w @ivotoby/postgram-browser-extension-chrome package

and similarly for Firefox.

  1. 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.