Print to PDF Firefox

Examine source code of Print to PDF

By: moris Add-on
Inspect and view changes in Print to PDF source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.1.1",
  "manifest_version": 2,
  "name": "Print to PDF",
  "short_name": "printtopdf",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "applications": {
    "gecko": {
      "strict_min_version": "57.0",
      "id": "{9ab38051-cd73-4e46-b7bd-dc147f6f6b29}"
    }
  },
  "homepage_url": "http://mybrowseraddon.com/print-to-pdf.html",
  "description": "Easily print any page to PDF with just one click!",
  "options_ui": {
    "open_in_tab": true,
    "page": "data/options/options.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>",
    "contextMenus"
  ],
  "browser_action": {
    "default_title": "Print to PDF",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Best Print to PDF Alternatives

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