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
公式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"
}