QuickTools – Save Page as PDF or Image Firefox

Examine source code of QuickTools – Save Page as PDF or Image

Inspect and view changes in QuickTools – Save Page as PDF or Image source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "QuickTools – Save Page as PDF or Image",
  "version": "1.0.2",
  "description": "Convert any webpage to PDF or PNG. 100% local processing. No uploads. Access QuickTools.one utilities instantly.",
  "icons": {
    "16": "public/icons/icon-16.png",
    "48": "public/icons/icon-48.png",
    "128": "public/icons/icon-128.png"
  },
  "browser_action": {
    "default_popup": "src/popup/popup.html",
    "default_icon": {
      "16": "public/icons/icon-16.png",
      "48": "public/icons/icon-48.png",
      "128": "public/icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "src/background/background-firefox.js"
    ]
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "downloads"
  ],
  "commands": {
    "save-as-pdf": {
      "suggested_key": {
        "default": "Ctrl+Shift+P",
        "mac": "Command+Shift+P"
      },
      "description": "Save current page as PDF"
    },
    "save-as-image": {
      "suggested_key": {
        "default": "Ctrl+Shift+I",
        "mac": "Command+Shift+I"
      },
      "description": "Save current page as Image"
    }
  },
  "web_accessible_resources": [],
  "browser_specific_settings": {
    "gecko": {
      "id": "quicktools@quicktools.one",
      "strict_min_version": "91.0"
    }
  }
}

Best QuickTools – Save Page as PDF or Image Alternatives

Here are some Firefox add-ons that are similar to QuickTools – Save Page as PDF or Image: