# Capture From Browser

> Capture Title, URL and Selection to a local server.

Canonical page: [https://chrome-stats.com/d/capture-from-browser](https://chrome-stats.com/d/capture-from-browser)

## Overview

- **ID:** `capture-from-browser`
- **Platform:** Firefox
- **Type:** Firefox add-on
- **Status:** Available
- **Publisher:** Precompute
- **Category:** other
- **Version:** 1.9
- **Last updated:** 2026-02-21
- **First published:** 2026-01-28
- **Size:** 55 KB
- **Data as of:** 2026-09-13
- **Store listing:** [Firefox Add-ons Store](https://addons.mozilla.org/firefox/addon/capture-from-browser/)
- **Website:** [https://precompute.github.io/capture-from-browser/](https://precompute.github.io/capture-from-browser/)

## Description

This is a Web Extension (for Firefox / Chrome / Chromium) that extracts the current page title, url and highlighted text and sends it to a local server. This allows the you to "capture" the content you highlight in a local file.

Website: <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/a769ea598d6ae393deb8ad5af010a29e687d6640f878c8ee401a0002a16a6e6b/https%3A//precompute.github.io/capture-from-browser/" rel="nofollow">https://precompute.github.io/capture-from-browser/</a>
Source Code (GPLv3): <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/ee80e6ad507b87c9b61ebc546343bb5ec9379356f853154125f19b08d4e2a3f3/https%3A//github.com/precompute/capture-from-browser/" rel="nofollow">https://github.com/precompute/capture-from-browser/</a> 

Feature Requests, Bug Reports and Pull Requests are always welcome!

Ideal for note-taking and saving highlights to a personal file / exobrain.
<ul><li>Easily change default port</li><li>Markdown toggle (boolean flag sent to backend)</li><li>Keyboard shortcuts</li><li>Textbox for additional context</li><li>Local log of previous requests (no selection data logged)</li><li>Completely Private: local-only, open source (GPLv3)</li></ul>
The extension POSTs the following JSON to (selected port)/api/capture, which the user should write a server against:

<code>      "source_url": "string",
      "page_title": "string",
      "selection_text": "string",
      "selection_html": "string",
      "context": "string",
      "markdown": boolean,
      "timestamp": "ISO8601"
</code>

The github repo contains a simple server in golang as well.

## Rankings

- #140,429 — Overall
- #223 — chrome browser
- #233 — capture

## Permissions and access

### Permissions

- `activeTab`
- `scripting`
- `storage`

### Host permissions

- `http://localhost/*`
- `http://127.0.0.1/*`

### Content script matches

- `<all_urls>`

## Safety

- **Risk impact:** Moderate risk impact
- **Risk likelihood:** Moderate risk likelihood

### Analysis details

- Allows access to all websites, posing a significant security risk as it can monitor and modify data from any visited site.
- This extension has low user count. Unpopular extensions may not be stable or safe.

> Some risk analysis details are omitted from this free response. [Upgrade to view the full analysis](https://chrome-stats.com/pricing).

## Similar extensions and apps

- [Online Screenshot Capture](https://chrome-stats.com/d/online-screenshot-capture) — 1 users
- [Capture & Record Helper](https://chrome-stats.com/d/%E6%88%AA%E5%B1%8F%E5%BD%95%E5%B1%8F%E5%8A%A9%E6%89%8B) — 140 users
- [Capture This](https://chrome-stats.com/d/capture-this) — 6 users, 3.50 / 5
- [Capturewell](https://chrome-stats.com/d/capturewell)
- [TabCapture](https://chrome-stats.com/d/full-page-screen-capture-tool) — 6 users
- [WebScrapBook](https://chrome-stats.com/d/webscrapbook) — 6,889 users, 4.01 / 5
- [Frame](https://chrome-stats.com/d/frame) — 2 users
- [Screen Capture & Copy](https://chrome-stats.com/d/screen-capture-copy)
- [Full Page Screenshotter](https://chrome-stats.com/d/fullpage-screenshotter) — 1,084 users, 4.38 / 5
- [CB Capture](https://chrome-stats.com/d/cb-capture) — 9 users, 5.00 / 5
- [Logseq Quick Capture](https://chrome-stats.com/d/logseq-quick-capture) — 123 users, 3.91 / 5
- [Highlight for firefox](https://chrome-stats.com/d/highlight-for-firefox) — 15 users, 3.71 / 5

---

Source: [Chrome-Stats](https://chrome-stats.com/d/capture-from-browser)
