Save Page As PDF Firefox

Examine source code of Save Page As PDF

By: Tjaard
Inspect and view changes in Save Page As PDF source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Save Page As PDF",
  "version": "1.1",
  "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": "{1e3de672-9554-48c9-a3e0-71899e314c8f}",
      "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 Page As PDF Alternatives

Here are some Firefox add-ons that are similar to Save Page As PDF: