Copy Selection with Source Firefox

Examine source code of Copy Selection with Source

Inspect and view changes in Copy Selection with Source source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Copy Selection with Source",
  "version": "1.0.0",
  "description": "Copy selected text with page title and URL as Markdown, Plain text, or HTML.",
  "action": {
    "default_title": "Copy page (title + URL)"
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "contextMenus",
    "scripting",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "copy-selection-with-source@trituenhantao.local",
      "strict_min_version": "115.0"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  }
}

Best Copy Selection with Source Alternatives

Here are some Firefox add-ons that are similar to Copy Selection with Source: