Save tab PDF Firefox

Examine source code of Save tab PDF

Inspect and view changes in Save tab PDF source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Save tab 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": "{39c1b03a-0a2e-4fdb-a34e-791d610ee8dc}",
      "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 tab PDF Alternatives

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