PDF Reader

A general-purpose Portable Document Format (PDF) viewer based on Mozilla's PDF.js library

PDF Readerคืออะไร?

PDF Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย emano.waldeck และคุณลักษณะหลักของมันคือ "A general-purpose Portable Document Format (PDF) viewer based on Mozilla's PDF.js library"

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

screenshot
screenshot
screenshot

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

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

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

                        This extension uses Mozilla's pdf.js library to display PDF files in your browser. It will be used as a replacement for the default PDF viewer. This extension supports rendering remote and local PDF files on top frames. The extension provides the same experience as you open PDF files in the Firefox browser.

To allow the extension to parse local PDF files, you need to enable "Access Local Files" in the extension manager.

If you prefer the extension to parse PDF files in frame elements use the right-click context menu checkbox

Features:
1. Provides both light and dark theme options
2. Facilitates page navigation using the "page" hash
3. Allows customization of the PDF viewer's appearance
4. Enables the display of both signed and unsigned PDF signatures
5. Permits the opening of PDF files by dragging and dropping them into the viewer
6. Offers partial support for executing PDF scripts
7. Allows for the insertion of text and images
8. Enables drawing functionality, such as digitally signing the PDF with a pen or mouse.

Available Rendering Options:
   Disable Page Labels
   Enable Permissions
   Enable Print Auto-Rotate
   Enable WebGL
   History Update URL
   Ignore Destination Zoom
   PDF Bug Enabled
   Render Interactive Forms (AcroForm/XFA)
   Use Only CSS Zoom
   Disable Auto Fetch
   Disable Font Face
   Disable Range
   Disable Stream

Version Log:
0.1.2:
1. Updates pdf.js library to v1.9.426
2. Favicon detection is improved
3. There are two context menu items to open PDF links in a new tab and in a new background tab
0.1.4
1. Updates pdf.js library to v2.2.228
2. Handles *.PDF files in Chrome OS
3.Allows opening of local PDF files either by dropping them or by using the open button on the user-interface                    

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

ชื่อ PDF Reader PDF Reader
ID ieepebpjnkhaiioojkepfniodjmjjihl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pdf-reader/ieepebpjnkhaiioojkepfniodjmjjihl
คำอธิบาย A general-purpose Portable Document Format (PDF) viewer based on Mozilla's PDF.js library
ขนาดไฟล์ 5.71 MB
จำนวนการติดตั้ง 61,141
เวอร์ชันปัจจุบัน 0.3.3
อัปเดตครั้งล่าสุด 2024-01-10
วันที่เผยแพร่ 2020-02-12
คะแนน 4.57/5 รวมทั้งหมด 69 คะแนน
ผู้พัฒนา emano.waldeck
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://add0n.com/pdf-reader.html
URL หน้าช่วยเหลือ http://add0n.com/pdf-reader.html
ภาษาที่รองรับ de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.3.3",
    "name": "PDF Reader",
    "description": "__MSG_description__",
    "default_locale": "en",
    "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",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "permissions": [
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "contextMenus",
        "fileBrowserHandler",
        "",
        "chrome:\/\/favicon\/"
    ],
    "file_browser_handlers": [
        {
            "id": "open-as-pdf",
            "default_title": "Open with PDF Reader",
            "file_filters": [
                "filesystem:*.pdf"
            ]
        }
    ],
    "homepage_url": "https:\/\/add0n.com\/pdf-reader.html",
    "background": {
        "scripts": [
            "v2.js",
            "worker.js",
            "context.js"
        ]
    },
    "browser_action": [],
    "options_ui": {
        "page": "\/data\/options\/index.html"
    },
    "web_accessible_resources": [
        "\/data\/pdf.js\/web\/viewer.html"
    ],
    "content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
}