PDF Forcedownload Blocker

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

什麼是PDF Forcedownload Blocker?

PDF Forcedownload Blocker是由brenton.a.milne開發的Chrome擴展程式,該擴展的主要功能是“This extension prevents webservers from forcing pdfs to download rather than open in browser”。

擴展截圖

screenshot

下載PDF Forcedownload Blocker擴展crx文件

下載PDF Forcedownload Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}