PDF Forcedownload Blocker

This extension prevents webservers from forcing pdfs to download rather than open in browser

Qu'est-ce que PDF Forcedownload Blocker ?

PDF Forcedownload Blocker est une extension Chrome développée par brenton.a.milne, et sa fonction principale est "This extension prevents webservers from forcing pdfs to download rather than open in browser".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PDF Forcedownload Blocker

Téléchargez les fichiers d'extension PDF Forcedownload Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Many websites will attempt to force you to download linked PDF files, rather than handle them as per your preferences. (By default, your preferences are set to open them in-browser with Chrome's PDF plugin).

This extension blocks two common ways of forcing your browser to download PDF files, allowing you to handle them consistently and as you choose.

WARNING, USE AT OWN RISK:
Some websites load pdfs into invisible elements for download, causing them not to be seen at all when this extension is enabled. Unfortunately I can't find a good solution for this :(
Most commonly where this is encountered (eg on google docs), the pdf is linked with a name not corresponding to it's filename. To this end the extension now ignores links that don't have ".pdf" in them.

I wrote this app for myself and my friends at uni, to combat university pdfs being linked with forced download. I don't really know much Javascript/HTTP, so no guarantees :)                    

Informations de Base sur l'Extension

Nom PDF Forcedownload Blocker PDF Forcedownload Blocker
ID ojbkmmcompidaghfnodmbeiankbbfckl
URL Officiel https://chromewebstore.google.com/detail/pdf-forcedownload-blocker/ojbkmmcompidaghfnodmbeiankbbfckl
Description This extension prevents webservers from forcing pdfs to download rather than open in browser
Taille du Fichier 2.99 KB
Nombre d'Installations 2,499
Version Actuelle 0.3
Dernière Mise à Jour 2013-08-11
Date de Publication 2013-08-11
Évaluation 3.18/5 Total 39 Évaluations
Développeur brenton.a.milne
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension prevents webservers from forcing pdfs to download rather than open in browser",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    },
    "name": "PDF Forcedownload Blocker",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "manifest_version": 2,
    "version": "0.3"
}