No PDF Download

Opens all PDF files directly in the browser.

No PDF Downloadคืออะไร?

No PDF Download เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Merten Peetz และคุณลักษณะหลักของมันคือ "Opens all PDF files directly in the browser."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No PDF Download

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}