Clipboard formatting and line break remover Firefox

Examine source code of Clipboard formatting and line break remover

Inspect and view changes in Clipboard formatting and line break remover source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Clipboard formatting and line break remover",
  "version": "1.0",
  "description": "Removes formatting and optionally line breaks from clipboard text on click.",
  "browser_specific_settings": {
    "gecko": {
      "id": "@clipboard-formatting-and-line-break-remover"
    }
  },
  "permissions": [
    "clipboardRead",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Remove line breaks",
    "theme_icons": [
      {
        "light": "icons/dark-theme/icon.svg",
        "dark": "icons/light-theme/icon.svg",
        "size": 128
      }
    ]
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+U",
        "mac": "Command+Shift+U"
      },
      "description": "Run the default action"
    }
  }
}

Best Clipboard formatting and line break remover Alternatives

Here are some Firefox add-ons that are similar to Clipboard formatting and line break remover: