Paste as Plain Text Firefox

Examine source code of Paste as Plain Text

Inspect and view changes in Paste as Plain Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Paste as Plain Text",
  "version": "1.0",
  "description": "Adds a context menu item to paste clipboard content as plain text.",
  "permissions": [
    "contextMenus",
    "activeTab",
    "clipboardRead",
    "clipboardWrite",
    "storage",
    "tabs",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8516a1e3-0cda-471c-a61b-360cfe1ba5ef}",
      "strict_min_version": "89.0"
    }
  }
}

Best Paste as Plain Text Alternatives

Here are some Firefox add-ons that are similar to Paste as Plain Text: