Copy Text Content Firefox

Examine source code of Copy Text Content

Inspect and view changes in Copy Text Content source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Copy Text Content",
  "browser_specific_settings": {
    "gecko": {
      "id": "copyText@mchang.xyz"
    }
  },
  "description": "Copy text content of selected element",
  "version": "0.2",
  "manifest_version": 2,
  "permissions": [
    "menus",
    "clipboardWrite",
    "activeTab",
    "scripting"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "scripts": [
      "src/background.js"
    ]
  }
}

Best Copy Text Content Alternatives

Here are some Firefox add-ons that are similar to Copy Text Content: