Print Selection to PDF Firefox

Examine source code of Print Selection to PDF

By: mark
Inspect and view changes in Print Selection to PDF source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.1.7",
  "manifest_version": 3,
  "name": "Print Selection to PDF",
  "homepage_url": "https://mybrowseraddon.com/print-selection-to-pdf.html",
  "description": "Select a text and print it to PDF via mouse right-click.",
  "options_ui": {
    "open_in_tab": true,
    "page": "data/options/options.html"
  },
  "permissions": [
    "storage",
    "downloads",
    "contextMenus"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{f84ae8ef-4634-49e4-a01a-0afe36d35582}"
    }
  },
  "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"
  },
  "background": {
    "scripts": [
      "lib/vendor/jspdf.umd.js",
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/common.js"
    ]
  }
}

Best Print Selection to PDF Alternatives

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