Copy with Source for Firefox Firefox

Examine source code of Copy with Source for Firefox

Inspect and view changes in Copy with Source for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Copy with Source",
  "version": "1.0.0",
  "description": "Copy selected text together with a clickable link back to the original web page. Optionally use the page heading as the link text and include the current date, making it easy to keep track of where your notes, quotes, and research came from.",
  "background": {
    "scripts": [
      "./background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "copy-with-source@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "contextMenus",
    "storage",
    "activeTab",
    "clipboardWrite"
  ],
  "icons": {
    "32": "./icons/icon-32.png",
    "128": "./icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "./options/options.html",
    "open_in_tab": true
  },
  "action": {
    "default_title": "Copy with source",
    "default_popup": "./popup/popup.html"
  },
  "commands": {
    "copy-selection-hyperlink": {
      "suggested_key": {
        "default": "Shift+Alt+Q"
      },
      "description": "Copy the selected text with hyperlink"
    }
  }
}

Best Copy with Source for Firefox Alternatives

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