Copy Text Formatter Firefox

Examine source code of Copy Text Formatter

By: AOG77
Inspect and view changes in Copy Text Formatter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copy Text Formatter",
  "version": "1.0",
  "description": "Automatically format copied text by removing HTML tags or changing the font before pasting.",
  "permissions": [
    "activeTab",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "48": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d32ea128-42c9-4ddf-bcaf-0eb1538a32cf}"
    }
  }
}

Best Copy Text Formatter Alternatives

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