Copy as Org-Mode Firefox

Examine source code of Copy as Org-Mode

By: ono ono
Inspect and view changes in Copy as Org-Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copy as Org-Mode",
  "version": "0.2.0",
  "applications": {
    "gecko": {
      "id": "{59e590fc-6635-45fe-89c7-af637eb4b9c0}"
    }
  },
  "description": "Copy selection or links as Org-mode format text.",
  "icons": {
    "256": "img/icon.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "img/icon.png",
    "default_title": "Copy as Org-mode (Ctrl+Alt+O)"
  },
  "options_ui": {
    "page": "dist/options_ui.html",
    "browser_style": true,
    "open_in_tab": false
  },
  "background": {
    "scripts": [
      "dist/background.js"
    ]
  },
  "web_accessible_resources": [
    "img/*.png"
  ],
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "menus",
    "storage",
    "notifications"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Alt+O",
        "linux": "Ctrl+Alt+O"
      },
      "description": "Copy as Org-Mode"
    }
  }
}

Best Copy as Org-Mode Alternatives

Here are some Firefox add-ons that are similar to Copy as Org-Mode: