Copy Text Without Formatting Firefox

Examine source code of Copy Text Without Formatting

Inspect and view changes in Copy Text Without Formatting source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copy Text Without Formatting",
  "version": "1.0",
  "description": "A Firefox extension to copy selected text without formatting.",
  "permissions": [
    "activeTab",
    "contextMenus",
    "clipboardWrite"
  ],
  "icons": {
    "48": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{27cc8f0a-8ba9-452c-bfaf-49bfce75020e}"
    }
  }
}

Best Copy Text Without Formatting Alternatives

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