PDF Viewer

Display any PDF files in the Chrome browser with HTML5. Online editor, viewer and converter tool.

PDF Viewerคืออะไร?

PDF Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pdfviewer.me และคุณลักษณะหลักของมันคือ "Display any PDF files in the Chrome browser with HTML5. Online editor, viewer and converter tool."

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

screenshot
screenshot
screenshot

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

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

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

                        PDF Viewer for Chrome is a free and very useful tool that allows you to view and edit files directly in your browser.

To see the file with this Reader simply hit the icon installed in the browser's toolbar or just click the Chrome's context menu and select "Open with PDF Viewer".

Reader is the industry-leading solution. Use this tools right in Google Chrome to get the best viewing experience and get more done while browsing. You can add comments to file, including sticky notes, text, and highlights—all for free.

What’s NEW:
• Dark and light mode.
• Read your document aloud
• View file offline

To operate with this extension, please right-click on any link  and then click on - Open and Download with 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.

Leave feedback and ask questions about our product Viewer! We are developing new features and always listen to feedback.                    

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

ชื่อ PDF Viewer PDF Viewer
ID jdlkkmamiaikhfampledjnhhkbeifokk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pdf-viewer/jdlkkmamiaikhfampledjnhhkbeifokk
คำอธิบาย Display any PDF files in the Chrome browser with HTML5. Online editor, viewer and converter tool.
ขนาดไฟล์ 2.51 MB
จำนวนการติดตั้ง 1,352,561
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2023-11-16
วันที่เผยแพร่ 2022-11-02
คะแนน 4.79/5 รวมทั้งหมด 358 คะแนน
ผู้พัฒนา https://pdfviewer.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://pdfviewer.me
URL หน้านโยบายความเป็นส่วนตัว https://pdfviewer.me/privacy-policy.html
ภาษาที่รองรับ 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,ru,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": "worker.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": "icons\/icon128.png",
        "64": "icons\/icon64.png",
        "32": "icons\/icon32.png"
    },
    "manifest_version": 3,
    "options_ui": {
        "page": "\/bg\/main\/opcii.html",
        "open_in_tab": false
    },
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage",
        "contextMenus"
    ],
    "version": "1.0.6",
    "web_accessible_resources": [
        {
            "resources": [
                "\/bg\/helper\/web\/viewer.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}