Fast PDF Reader

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

Fast PDF Reader là gì?

Fast PDF Reader là một tiện ích mở rộng Chrome được phát triển bởi raymundocbardwelli244, và tính năng chính của nó là "A general-purpose Portable Document Format (PDF) viewer based on Mozilla's PDF.js library".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fast PDF Reader

Tải xuống các tệp mở rộng Fast PDF Reader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Программа для просмотра Portable Document Format (PDF), основанная на библиотеке Mozilla PDF.js.

PDF Reader allows you to view PDF, DOC, XLS, PPT files directly in your web browser. Open, view and read PDFs with the fast PDF reader.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fast PDF Reader Fast PDF Reader
ID pccahijojlkobphglogpkoffikkblobm
URL Chính Thức https://chromewebstore.google.com/detail/fast-pdf-reader/pccahijojlkobphglogpkoffikkblobm
Mô tả A general-purpose Portable Document Format (PDF) viewer based on Mozilla's PDF.js library
Kích Thước Tệp 1.19 MB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-02-09
Ngày Phát Hành 2022-02-09
Nhà Phát Triển raymundocbardwelli244
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "background": {
        "service_worker": "\/js\/bckg.js"
    },
    "action": [],
    "default_locale": "en",
    "description": "__MSG_description__",
    "file_browser_handlers": [
        {
            "default_title": "Open with Fast PDF Reader",
            "file_filters": [
                "filesystem:*.pdf"
            ],
            "id": "pdf-file-is-open"
        }
    ],
    "icons": {
        "36": "picture\/pdfReaderIcon-36.png",
        "38": "picture\/pdfReaderIcon-38.png",
        "48": "picture\/pdfReaderIcon-48.png",
        "64": "picture\/pdfReaderIcon-64.png",
        "128": "picture\/pdfReaderIcon-128.png",
        "256": "picture\/pdfReaderIcon-256.png",
        "512": "picture\/pdfReaderIcon-512.png"
    },
    "manifest_version": 3,
    "name": "Fast PDF Reader",
    "options_ui": {
        "page": "html\/main.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "\/html\/tineydzher.html",
                "chrome:\/\/favicon\/"
            ],
            "matches": [
                ""
            ]
        }
    ]
}