Readability to PDF (Quick Clean) Firefox

Examine source code of Readability to PDF (Quick Clean)

Inspect and view changes in Readability to PDF (Quick Clean) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Readability to PDF (Quick Clean)",
  "version": "1.0.0",
  "description": "Clean page content (article-like) and open print dialog so you can save as PDF.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_title": "Readability to PDF",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{3f5c0b8d-e1f3-440d-aa9f-ea48d8bb8d5e}"
    }
  }
}

Best Readability to PDF (Quick Clean) Alternatives

Here are some Firefox add-ons that are similar to Readability to PDF (Quick Clean):