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": "{8e158335-5032-457e-a25f-f7bcf5f0bf1c}",
      "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"
    ]
  }
}

Melhores alternativas Save tab PDF

Aqui estão algumas Firefox add-ons que são similares a Save tab PDF: