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
官方網址 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
電子郵箱 [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"
    }
}