PDF Forcedownload Blocker

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

ما هو PDF Forcedownload Blocker؟

PDF Forcedownload Blocker هو إضافة Chrome تم تطويرها بواسطة brenton.a.milne، والميزة الرئيسية لها هي "This extension prevents webservers from forcing pdfs to download rather than open in browser".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة PDF Forcedownload Blocker

قم بتنزيل ملفات الامتداد PDF Forcedownload Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 :)                    

معلومات أساسية عن التمديد

الاسم PDF Forcedownload Blocker PDF Forcedownload Blocker
ID ojbkmmcompidaghfnodmbeiankbbfckl
عنوان URL الرسمي https://chromewebstore.google.com/detail/pdf-forcedownload-blocker/ojbkmmcompidaghfnodmbeiankbbfckl
الوصف This extension prevents webservers from forcing pdfs to download rather than open in browser
حجم الملف 2.99 KB
عدد التثبيتات 2,499
النسخة الحالية 0.3
آخر تحديث 2013-08-11
تاريخ النشر 2013-08-11
تقييم 3.18/5 مجموع تقييمات 39
المطور brenton.a.milne
نوع الدفع free
اللغات المدعومة 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"
}