Awesome PDF Viewer, Reader
PDF Viewer, Reader is a free tool that allows you to view PDF files directly in your web browser.
Awesome PDF Viewer, Readerคืออะไร?
Awesome PDF Viewer, Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Smart Software และคุณลักษณะหลักของมันคือ "PDF Viewer, Reader is a free tool that allows you to view PDF files directly in your web browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Awesome PDF Viewer, Reader
ดาวน์โหลดไฟล์ส่วนขยาย Awesome PDF Viewer, Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This PDF Viewer is a free tool that allows you to view PDF files directly in your Chrome. To see the PDF file with this PDF Viewer simply hit the icon installed in the browser's toolbar. or Click the Chrome's context menu. This PDF Viewer reads files without uploading the file to any servers. It only works locally without going through the server. This PDF viewer supports local & web PDF files. Based on HTML5 PDF Reader library. Support Chrome 37 and later versions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Awesome PDF Viewer, Reader |
ID | dgickihfkjolnjjifepinaaaoejmgpbm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/awesome-pdf-viewer-reader/dgickihfkjolnjjifepinaaaoejmgpbm |
คำอธิบาย | PDF Viewer, Reader is a free tool that allows you to view PDF files directly in your web browser. |
ขนาดไฟล์ | 28.99 KB |
จำนวนการติดตั้ง | 33,913 |
เวอร์ชันปัจจุบัน | 1.0.0.2 |
อัปเดตครั้งล่าสุด | 2023-12-05 |
วันที่เผยแพร่ | 2020-10-16 |
คะแนน | 3.93/5 รวมทั้งหมด 110 คะแนน |
ผู้พัฒนา | Smart Software |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://pdfviewer.softgateon.net/ |
URL หน้าช่วยเหลือ | https://pdfviewer.softgateon.net/ |
URL หน้านโยบายความเป็นส่วนตัว | http://iblogbox.com/chrome/tos.php |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "default_locale": "en_US", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png" }, "background": { "service_worker": "js\/bg.js" }, "action": { "default_icon": "images\/icon32.png", "default_title": "__MSG_ext_name__" }, "permissions": [ "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88.0.0.0", "version": "1.0.0.2" } |