PDF Viewer - open in PDF Reader

PDF Viewer use HTML5 to display and edit any PDF files directly in Chrome. PDF Converter and PDF Editor tool online.

PDF Viewer - open in PDF Readerคืออะไร?

PDF Viewer - open in PDF Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pdf reader_app และคุณลักษณะหลักของมันคือ "PDF Viewer use HTML5 to display and edit any PDF files directly in Chrome. PDF Converter and PDF Editor tool online."

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

screenshot
screenshot

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

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

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

                        PDF Viewer Online brings true innovation to the PDF world - it's the fully-functional web application.Designed to accommodate your busy lifestyle, it offers a complete application you can take with you wherever you go.

PDF.js is a JavaScript library that renders Portable Document Format files using the web standards-compliant HTML5 Canvas. Its implementation uses the Canvas element from HTML5, which allows for fast rendering speeds. It is community-driven and supported by Mozilla Labs.

Edit, convert, annotate, secure and more…

Take your files with you: Connect file to your Dropbox, OneDrive, Google Drive, and Box accounts to share files between your desktop and web apps.

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

We really hope that our extension will be useful to you! We look forward to your feedback and ratings! Also write your suggestions for improving the functionality.Title in other locales                    

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

ชื่อ PDF Viewer - open in PDF Reader PDF Viewer - open in PDF Reader
ID ldaohgblglnkmddflcccnfakholmaacl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pdf-viewer-open-in-pdf-re/ldaohgblglnkmddflcccnfakholmaacl
คำอธิบาย PDF Viewer use HTML5 to display and edit any PDF files directly in Chrome. PDF Converter and PDF Editor tool online.
ขนาดไฟล์ 2.33 MB
จำนวนการติดตั้ง 314,674
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2024-01-08
วันที่เผยแพร่ 2023-02-03
คะแนน 4.49/5 รวมทั้งหมด 51 คะแนน
ผู้พัฒนา pdf reader_app
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/pdf-read/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "background": {
        "service_worker": "bg.js"
    },
    "action": [],
    "default_locale": "en",
    "description": "__MSG_description__",
    "file_browser_handlers": [
        {
            "default_title": "PDF Viewer",
            "file_filters": [
                "filesystem:*.pdf"
            ],
            "id": "open-as-pdf"
        }
    ],
    "icons": {
        "128": "img\/128.png",
        "64": "img\/64.png",
        "32": "img\/32.png"
    },
    "manifest_version": 3,
    "options_ui": {
        "page": "js\/content\/opcii.html",
        "open_in_tab": false
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage",
        "contextMenus"
    ],
    "version": "0.0.4",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/helper\/web\/viewer.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}