Capture context from any page.
Save URLs and notes into Streamient without breaking your flow.
The Streamient Browser Extension is the fastest way to send what you are reading into your shared memory layer. Save a page URL, write a markdown note, or do both at once and link them together inside Streamient.
Website · Cloud · Docs · Self-Hosted Guide
When useful context lives in tabs, it gets lost fast.
This extension lets you capture what matters while you are already on the page:
- Save the current URL directly into Streamient
- Write a markdown note alongside what you are browsing
- Save URL + note together and automatically link them
- Choose the target project so captured context lands in the right place
- Switch between accounts for Cloud, self-hosted, or multiple workspaces
- Current page capture — grabs the active tab URL and page title
- Markdown note editor — write quick notes inside the popup with formatting and preview
- Automatic linking — when you save both a URL and note, the extension links them in Streamient
- Multi-account support — configure multiple Streamient accounts and switch from the popup
- Cloud + self-hosted support — works with
app.streamient.comor your own Streamient instance - Project-aware capture — verify connection, load projects, and choose where new items are stored
- Configure a Streamient account in the extension settings
- Verify the connection with your personal access token
- Pick the project that should receive captured items
- On any page, open the popup and save the URL, a note, or both
- If you save both, the extension creates both records and links them automatically
- Chrome / Chromium-based browsers via Manifest V3 build
- Firefox via dedicated Firefox build
- Node.js >= 18
- npm
- A Streamient account or self-hosted instance
- A personal access token from Settings → Tokens
npm installnpm run buildThis outputs:
build/— unpacked Chrome extensionbuild.zip— packaged archive for distribution
Load build/ as an unpacked extension in chrome://extensions/.
npm run watchThe extension opens the options page automatically on first install.
To configure an account manually:
- Open the extension settings / options page
- Add an account name so you can tell workspaces apart
- Enter your Instance URL
- Cloud:
https://app.streamient.com - Self-hosted:
https://your-instance.com
- Cloud:
- Enter your Personal Access Token
- Click Verify Connection
- Select a project from the loaded project list
- Save the account
You can add multiple accounts and switch the active one from the popup.
- Open any page
- Click the Streamient extension icon
- Click Save URL Only
- Open the popup
- Write a markdown note
- Optionally add a note title
- Click Save Note Only
- Open the popup on the page you want to capture
- Write your note in markdown
- Click Save URL & Note
The extension will:
- save the current page as a URL
- save the note to the selected Streamient project
- create a link between them when both saves succeed
- Uses
webextension-polyfillfor cross-browser compatibility - Uses
EasyMDEfor the popup markdown editor - Uses
markedto convert markdown to HTML before saving notes - Uses Webpack to build browser-specific bundles and manifests
See LICENSE.