No PDF Download

Opens all PDF files directly in the browser.

Was ist No PDF Download?

No PDF Download ist eine Chrome-Erweiterung, die von Merten Peetz entwickelt wurde, und ihr Hauptmerkmal ist "Opens all PDF files directly in the browser.".

Erweiterungsscreenshots

screenshot

No PDF Download-Erweiterungs-CRX-Datei herunterladen

Laden Sie No PDF Download-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        While most PDF files can be viewed directly in the browser some PDFs will trigger a "Save as"-dialog or will be downloaded automatically. This addon views all PDF files directly in the browser. You can still save the PDF by pressing CTRL+S (or CMD+S) after viewing them.

Some web servers are misconfigured and don't tell the browser that a file is a PDF. In this case the file will still be downloaded even when this addon is active. If you encounter a PDF that is downloaded feel free to send the URL to the support email address so I can check if this it's a bug in the addon or just a server issue.                    

Grundlegende Informationen zur Erweiterung

Name No PDF Download No PDF Download
ID ikhahkidgnljlniknmendeflkdlfhonj
Offizielle URL https://chromewebstore.google.com/detail/no-pdf-download/ikhahkidgnljlniknmendeflkdlfhonj
Beschreibung Opens all PDF files directly in the browser.
Dateigröße 8.05 KB
Installationsanzahl 14,533
Aktuelle Version 1.0.6
Letztes Update 2019-06-07
Veröffentlichungsdatum 2019-06-07
Bewertung 4.42/5 Insgesamt 33 Bewertungen
Entwickler Merten Peetz
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No PDF Download",
    "description": "Opens all PDF files directly in the browser.",
    "version": "1.0.6",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "src\/headers.js",
            "src\/background.js"
        ]
    },
    "icons": {
        "128": "icon_128.png"
    }
}