Org Web Capture Firefox

Org Web Capture

By: Titan-C
A helper for capturing web pages via org-protocol in emacs and supporting org-roam captures.

Features & Capabilities

1 Org Web Capture Extension ═══════════════════════════

This is an extension for Firefox (tm) which adds a “Capture” button, sending the site address, title, and selected text (if any) to emacs via org-protocol.

In case it’s a meetup.com event page it will perform an additional API call to meetup.com and get the event details.

2 Detailed setup instructions ═════════════════════════════

2.1 Install the extension ─────────────────────────

Install from <https://addons.mozilla.org> website under the name [Org Web Capture].

[Org Web Capture] <https://addons.mozilla.org/en-US/firefox/addon/org-web-capture/>

2.2 Set up org-protocol ───────────────────────

The gist of it is to make your system recognize emacsclient as the handler of `org-protocol://' links. In addition, one needs to set up emacs to load org-protocol and to set up capture templates.

2.2.1 Register emacsclient as the org-protocol handler ╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌

◊ 2.2.1.1 Under Linux (non-KDE)

┌──── │ mkdir -p "${HOME}/.local/share/applications/" │ cat > "${HOME}/.local/share/applications/org-protocol.desktop" << EOF │ [Desktop Entry] │ Name=org-protocol │ Exec=emacsclient %u │ Type=Application │ Terminal=false │ Categories=System; │ MimeType=x-scheme-handler/org-protocol; │ EOF └────

And then ┌──── │ update-desktop-database ~/.local/share/applications/ └────

2.2.2 Configure Emacs ╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌

◊ 2.2.2.1 Init file

┌──── │ (server-start) │ (require 'org-protocol) └────

◊ 2.2.2.2 Capture templates

┌──── │ ("l" "Web site" entry (file+headline (lambda () (concat org-directory "/webnotes.org")) "Inbox") │ "* %a\nCaptured On: %U\nWebsite: %l\n\n%i\n%?") │ │ ("m" "meetup" entry (file "~/nextcloud/caldav.org") "* %?%:description \n%i\n%l") └────

◊ 2.2.2.3 Org-roam `roam-ref' templates

`Org-roam' has special capture templates, and thus they are to be configured differently. Read more org-roam [roam-ref protocol]. ┌──── │ (setq org-roam-capture-ref-templates '(("l" "web" plain "%i\n%?" │ :target (file+head "%<%Y%m%d>-${slug}.org" │ "#+title: ${title}") │ :unnarrowed t))) └────

[roam-ref protocol] <https://www.orgroam.com/manual.html#The-roam_002dref-protocol>

2.2.3 Configure extension ╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌

For some reason I need to configure the extension and save a change before it works.

You can use the shortcut “Ctrl+Shift+L” to trigger the page capture.

3 Development ═════════════

Have nodejs installed and install the tool `web-ext' ┌──── │ npm install --save-dev web-ext └──── To launch the dev instance an a clean browser use: ┌──── │ npm run start:dev └──── To produce the release build ┌──── │ npm run build └────

4 License ═════════

4.1 This is a fork of <https://github.com/sprig/org-capture-extension> ──────────────────────────────────────────────────────────────────────

This repository is licensed as MIT license, see the LICENSE file for details.

5 Changes ═════════

5.1 v0.3.1 ──────────

• Some code cleanup. Ship CSS instead of pulling tachyons from unpkg

5.2 v0.3.0 ──────────

• Support capturing to org-roam roam-ref-templates. Just mark the checkbox on the config and the standard web request will go to `roam-ref' instead of capture.

5.3 v0.2.6 ──────────

• Include the how to find information in meetup template

User Growth & Download Statistics

Manifest V2 Add-on
By:
Titan-C
Daily users:
25 -2
Rating:
5.00
(2)
Version:
0.3.3 Last updated: 2025-01-23
Version code:
5880456
Creation date:
2018-06-06
Risk:
Low risk impact Low risk likelihood
Permissions:
Size:
20.91KB
URLs:
Website
Full description:
See detailed description
Source:
Firefox Add-ons Store
Data ingested on:
2026-06-17
Compare stats and ranking:

Contact the developer

Chrome-Stats does not own this Firefox add-on. Please use these information below to contact the Firefox add-on developer.
Developed by:
Titan-C
Firefox Add-ons Store
https://addons.mozilla.org/firefox/addon/org-web-capture/
Website:
https://gitlab.com/Titan-C/org-webcapture

User Reviews

by 远离*****, 2025-04-24

by 远离*****, 2025-03-12

This one works with roam-ref org-protocol. Thanks!
by bo*****, 2022-10-09
View all user reviews ›

Is Org Web Capture Safe?

Risk impact
Risk impact measures the level of extra permissions an extension has access to. A low risk impact extension cannot do much harms, whereas a high risk impact extension can do a lot of damage like stealing your password, bypassing your security settings, and accessing your personal data. High risk impact extensions are not necessarily malicious. However, if they do turn malicious, they can be very harmful.

Org Web Capture requires very minimum permissions.

Risk impact analysis details
  • Low Request access to the following domains: meetup.com
Risk likelihood
Risk likelihood measures the probability that a Firefox add-on may turn malicious. This is determined by the publisher and the Firefox add-on reputation on Firefox Add-ons Store, the amount of time the Firefox add-on has been around, and other signals about the Firefox add-on. Our algorithms are not perfect, and are subject to change as we discover new ways to detect malicious extensions. We recommend that you always exercise caution when installing a Firefox add-on.

Org Web Capture has earned a fairly good reputation and likely can be trusted.

Risk likelihood analysis details
  • High This extension has low user count. Unpopular extensions may not be stable or safe.
  • Low **** ********* *** ******* **** **** * ****** **** ***** ******** *** **** ****** ** ** ****** *** *****
  • Low **** ********* *** ***** **** **** * ****** **** ***** ********** *** **** ****** ** ** ****** *** *****
  • Good **** ********* *** **** **** *******
Extension Guard
Extension Guard

Discover every extension in use, analyze risks, and enforce blocking policies with Extension Guard

Secure Your Browser
Upgrade to see full risk analysis details

Best Org Web Capture Alternatives

Here are some Firefox add-ons that are similar to Org Web Capture: