Fast PDF Reader

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

Fast PDF Readerคืออะไร?

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

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

screenshot
screenshot
screenshot

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

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

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

                        Fast and Free PDF Reader allows you to view PDF, DOC, XLS, PPT files directly in your web browser. PDF Viewer reads files without uploading the file to any servers. It does not save or share the file you select.
Open, view and read PDFs with the fast PDF reader. A simple PDF viewer is free and reliable to read all kinds of PDF, DOC, XLS, PPT files, documents and e-books.                    

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

ชื่อ Fast PDF Reader Fast PDF Reader
ID fiogboaionmpkedofjjhnhkeolibhgml
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fast-pdf-reader/fiogboaionmpkedofjjhnhkeolibhgml
คำอธิบาย A general-purpose Portable Document Format (PDF) viewer based on Mozilla's PDF.js library
ขนาดไฟล์ 2.38 MB
จำนวนการติดตั้ง 684
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2022-06-18
วันที่เผยแพร่ 2021-10-19
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา vladsemen20000
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://fastpdfreader.online/
URL หน้านโยบายความเป็นส่วนตัว https://fastpdfreader.online/privacy.html
ภาษาที่รองรับ de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "file_browser_handlers": [
        {
            "default_title": "Open with Fast PDF Reader",
            "file_filters": [
                "filesystem:*.pdf"
            ],
            "id": "open-fast-pdf"
        }
    ],
    "homepage_url": "https:\/\/fastpdfreader.online\/",
    "icons": {
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "36": "data\/icons\/36.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "512": "data\/icons\/512.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "Fast PDF Reader",
    "options_page": "data\/options\/index.html",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.6",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "webNavigation",
        "contextMenus"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "data\/pdf.js\/web\/viewer.html"
            ],
            "matches": [],
            "extension_ids": []
        }
    ]
}