Open in PDF Viewer

Easily open desired links in a PDF viewer.

Open in PDF Viewerคืออะไร?

Open in PDF Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lynn และคุณลักษณะหลักของมันคือ "Easily open desired links in a PDF viewer."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open in PDF Viewer

ดาวน์โหลดไฟล์ส่วนขยาย Open in PDF Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Open in PDF Viewer is a simple and lite addon that allows you to easily open desired PDF links in a chosen PDF viewer.

Note 1: after installing the addon, you need to connect it with native applications (i.e. adobe acrobat reader) on your machine. To make this connection, a separate patch is provided in GitHub. Please download and install this patch from: https://github.com/alexmarcoo/open-in-native-client/releases

Follow the instructions in the above GitHub page to download and install the related patch to your system. After installing, the "Open in PDF Viewer" addon in your browser can communicate with PDF viewer on your machine (Window, Linux, or Mac).

The default option for the PDF viewer is adobe acrobat reader. In windows 10, the default location for Adobe Acrobat is "C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe". If you have a different OS, or if you installed Adobe Acrobat in a different folder, please adjust the field accordingly. You can change this from the options page.

There is also an input field in which you can add arguments for the viewer. For example, to open PDF as full-screen or without toolbar. Please note that, if you change the PDF viewer make sure to change the input arguments as well. Each PDF viewer has its arguments to operate. If you keep Adobe as the default PDF viewer, please visit this page (http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_open_parameters.pdf) to get more info about input arguments.

To operate with this addon, please right-click on any link (a link to a PDF document) and then click on - Open and Download with PDF Viewer - item from the context menu. The PDF file will first be "downloaded" and then "opened" in a default PDF viewer (the one which is set on the options page). Please note that the PDF file will be downloaded in the "default" download folder on your machine.

Note 2: before using the addon, please open the option's page and make sure the path to the PDF viewer is correct based on your Operating System.

To report any bug, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/open-in-pdf.html).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Open in PDF Viewer Open in PDF Viewer
ID ehndikigeekodlnbohjndjjiikphickb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/open-in-pdf-viewer/ehndikigeekodlnbohjndjjiikphickb
คำอธิบาย Easily open desired links in a PDF viewer.
ขนาดไฟล์ 17.96 KB
จำนวนการติดตั้ง 182,982
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2023-11-05
วันที่เผยแพร่ 2019-01-27
คะแนน 3.24/5 รวมทั้งหมด 135 คะแนน
ผู้พัฒนา Lynn
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/open-in-pdf.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/open-in-pdf.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.4",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Open in PDF Viewer",
    "description": "Easily open desired links in a PDF viewer.",
    "homepage_url": "https:\/\/mybrowseraddon.com\/open-in-pdf.html",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "storage",
        "downloads",
        "contextMenus",
        "notifications",
        "nativeMessaging"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}