Print PDF Firefox

Examine source code of Print PDF

Inspect and view changes in Print PDF source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Print PDF",
  "description": "Print any Webpage to PDF. No server or third-party processing. Uses built-in Firefox converter. PDF text can be copied or searched.",
  "version": "2.0",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js",
      "options/assets/js/dayjs.min.js",
      "options/assets/js/customParseFormat.js"
    ]
  },
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "Print PDF"
  },
  "options_ui": {
    "page": "options/options.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Alt+P"
      },
      "description": "Print PDF"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{142cfbf5-ba62-48b6-acfe-fbff2b9636e3}"
    }
  }
}

Mejores alternativas Print PDF

Aquí hay algunas Firefox add-ons que son similares a Print PDF: