Org webpage extractor Firefox

Examine source code of Org webpage extractor

Inspect and view changes in Org webpage extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Org and Org roam protocol webpage extractor",
  "version": "0.0.1",
  "description": "A helper for capturing things via org-protocol in emacs: First, set up: http://orgmode.org/worg/org-contrib/org-protocol.html",
  "homepage_url": "https://github.com/dustincys/org-capture-extension",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "browser_action": {
    "default_icon": "org-mode-unicorn-logo.png"
  },
  "commands": {
    "_execute_browser_action": {
      "description": "Capture current page with org-capture and org-roam",
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "mac": "Command+Shift+L"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "org-roam-capture@yanshuo"
    }
  }
}

Best Org webpage extractor Alternatives

Here are some Firefox add-ons that are similar to Org webpage extractor: