Capture pages, save selected text, and add contacts — without leaving your browser.
Install from the Chrome Web Store ↗
The extension communicates with the Sourcerer desktop app over a local HTTP server on 127.0.0.1:27371. The app must be open and unlocked for any feature to work.
The first time you open the popup, click Connect to Sourcerer. An approval prompt will appear in the app — click Approve. This issues a session token to the extension. The token is stored in the browser's session storage and persists until you close the browser or the app is reinstalled.
If the app is locked, the popup will tell you. Unlock it first, then try again.
Navigate to any page, open the popup, and click Save screenshot. The extension captures the full page — scrolling through it automatically to stitch together sections taller than the viewport — and sends the result to the app.
Once received, a modal appears in the app asking you to assign the screenshot to a contact. Screenshots are stored encrypted alongside the database and are visible in the contact's detail panel.
Pages with very heavy fixed or sticky elements (sticky headers, cookie banners) are handled automatically — they are hidden during capture and restored afterward.
Select any text on a page — an email address, phone number, a note — then open the Sourcerer popup. If a selection is detected, a Save selection to contact button appears.
Notes are appended to the contact's existing notes with a blank line separator, so previous notes are never overwritten.
Click New contact in the popup. Fill in the name (required), organisation, title/role, email, phone, and source URL, then click Add contact. The contact is created in your encrypted local database immediately.
The Source URL field pre-fills with the current tab's URL automatically. If you have Wayback Machine archiving enabled and configured in Sourcerer, saving a website URL will submit it to the Internet Archive in the background — the snapshot URL is then saved to the contact record.
You can then open the app to add more details, link to a project, or take a screenshot.
You do not need to open the popup first. Select text on any page, right-click, and look for Save to Sourcerer in the context menu. Four sub-options are available:
On Chrome 127 and later the popup opens automatically after you choose an option. On older versions, click the extension icon to open it manually — the action will be queued and waiting.
The extension can only communicate with 127.0.0.1:27371. All requests are authenticated with a session token issued by the app and stored only in the browser's session storage — it is cleared when the browser closes.
The local HTTP server only accepts requests that carry a valid X-Sourcerer-Token header and originate from a chrome-extension:// or moz-extension:// origin. Ordinary web pages cannot reach the server.
No data is sent to any external server. Screenshots, contacts, and fields go directly into the encrypted local database. The extension has no network permissions beyond 127.0.0.1:27371.