No PDF Download

Opens all PDF files directly in the browser.

No PDF Downloadとは何ですか?

No PDF DownloadはMerten Peetzによって開発されたChromeの拡張機能で、その主な機能は「Opens all PDF files directly in the browser.」です。

拡張機能のスクリーンショット

screenshot

No PDF Download拡張機能のCRXファイルをダウンロード

No PDF Download拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 No PDF Download No PDF Download
ID ikhahkidgnljlniknmendeflkdlfhonj
公式URL https://chromewebstore.google.com/detail/no-pdf-download/ikhahkidgnljlniknmendeflkdlfhonj
説明 Opens all PDF files directly in the browser.
ファイルサイズ 8.05 KB
インストール数 14,533
現在のバージョン 1.0.6
最終更新日 2019-06-07
公開日 2019-06-07
評価 4.42/5 合計 33 レビュー
開発者 Merten Peetz
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}