Copy on Select Quick Button Firefox

Examine source code of Copy on Select Quick Button

By: behzad
Inspect and view changes in Copy on Select Quick Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Copy on Select, quick button",
  "version": "1.0.4",
  "description": "Shows a small Copy button near your selection, click to copy to the clipboard.",
  "permissions": [
    "clipboardWrite"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "copy-on-select@behzad9.github.com"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}

Best Copy on Select Quick Button Alternatives

Here are some Firefox add-ons that are similar to Copy on Select Quick Button: