Save as PDF file Firefox

Examine source code of Save as PDF file

Inspect and view changes in Save as PDF file source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Save as PDF",
  "version": "1.0",
  "description": "Adds a button to save the current page as a PDF",
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b14176c3-4b40-45ac-866f-6eb763a32b0b}",
      "strict_min_version": "78.0"
    }
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/icon48.png",
    "default_title": "Save page as PDF"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Save as PDF file Alternatives

Here are some Firefox add-ons that are similar to Save as PDF file: