Clear Text Formatting Firefox

Examine source code of Clear Text Formatting

Inspect and view changes in Clear Text Formatting source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Clear Text Formatting",
  "version": "1.0.0",
  "description": "Remove formatting from selected text and paste as plain text.",
  "icons": {
    "48": "icons/icon.svg"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "clearformat-4c17889e47ae@local",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Clear Text Formatting Alternatives

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