Open in PDF Viewer Firefox

Examine source code of Open in PDF Viewer

By: Alex
Inspect and view changes in Open in PDF Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.1.6",
  "manifest_version": 3,
  "name": "Open in PDF Viewer",
  "description": "Easily open desired links in a PDF viewer.",
  "homepage_url": "https://mybrowseraddon.com/open-in-pdf.html",
  "options_ui": {
    "open_in_tab": true,
    "page": "data/options/options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{2582ab30-4fca-475f-88d0-c1a9b9ed978f}"
    }
  },
  "permissions": [
    "storage",
    "downloads",
    "contextMenus",
    "notifications",
    "nativeMessaging"
  ],
  "background": {
    "scripts": [
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/common.js"
    ]
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Best Open in PDF Viewer Alternatives

Here are some Firefox add-ons that are similar to Open in PDF Viewer: