Copy As Text Firefox

Examine source code of Copy As Text

Inspect and view changes in Copy As Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Copy As Plain Text",
  "description": "Browser extension that shows page plain text",
  "version": "3.0",
  "permissions": [
    "contextMenus",
    "activeTab",
    "clipboardWrite"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "cnt-script.js"
      ],
      "all_frames": true
    }
  ],
  "icons": {
    "16": "assets/icon_16.png",
    "128": "assets/icon_128.png"
  },
  "applications": {
    "gecko": {
      "id": "@copyastext",
      "strict_min_version": "57.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Show page plain text",
    "default_icon": {
      "16": "assets/icon_16.png",
      "128": "assets/icon_128.png"
    }
  },
  "manifest_version": 2
}

Best Copy As Text Alternatives

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