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": "{c5929c26-b604-4b66-9038-542975ee91c9}",
      "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"
    ]
  }
}

Meilleures alternatives Save tab PDF

Voici quelques Firefox add-ons qui sont similaires à Save tab PDF :