No PDF Download

Opens all PDF files directly in the browser.

Cos'è No PDF Download?

No PDF Download è un'estensione di Chrome sviluppata da Merten Peetz, e la sua funzione principale è "Opens all PDF files directly in the browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione No PDF Download

Scarica i file di estensione No PDF Download in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome No PDF Download No PDF Download
ID ikhahkidgnljlniknmendeflkdlfhonj
URL Ufficiale https://chromewebstore.google.com/detail/no-pdf-download/ikhahkidgnljlniknmendeflkdlfhonj
Descrizione Opens all PDF files directly in the browser.
Dimensione del File 8.05 KB
Conteggio Installazioni 14,533
Versione Corrente 1.0.6
Ultimo Aggiornamento 2019-06-07
Data di Pubblicazione 2019-06-07
Valutazione 4.42/5 Totale 33 Valutazioni
Sviluppatore Merten Peetz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}