No PDF Download

Opens all PDF files directly in the browser.

Vad är No PDF Download?

No PDF Download är en Chrome-tillägg utvecklad av Merten Peetz, och dess huvudfunktion är "Opens all PDF files directly in the browser.".

Tilläggsskärmbilder

screenshot

Ladda ner No PDF Download-förlängningens CRX-fil

Ladda ner No PDF Download-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn No PDF Download No PDF Download
ID ikhahkidgnljlniknmendeflkdlfhonj
Officiell webbadress https://chromewebstore.google.com/detail/no-pdf-download/ikhahkidgnljlniknmendeflkdlfhonj
Beskrivning Opens all PDF files directly in the browser.
Filstorlek 8.05 KB
Antal Installationer 14,533
Aktuell Version 1.0.6
Senast Uppdaterad 2019-06-07
Publiceringsdatum 2019-06-07
Betyg 4.42/5 Totalt 33 Betyg
Utvecklare Merten Peetz
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}