PDF Saver Firefox

Examine source code of PDF Saver

Inspect and view changes in PDF Saver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PDF Saver",
  "version": "1.0",
  "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": "{4ac5bc83-0111-4676-90d9-3b3f674b8e25}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/icon48.png",
    "default_title": "PDF Saver"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best PDF Saver Alternatives

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