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 vladsemen20000, 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
screenshot
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

                        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.                    

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

Tên Fast PDF Reader Fast PDF Reader
ID fiogboaionmpkedofjjhnhkeolibhgml
URL Chính Thức https://chrome.google.com/webstore/detail/fast-pdf-reader/fiogboaionmpkedofjjhnhkeolibhgml
Mô tả A general-purpose Portable Document Format (PDF) viewer based on Mozilla's PDF.js library
Kích Thước Tệp 2.38 MB
Số Lần Cài Đặt 684
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2022-06-18
Ngày Phát Hành 2021-10-19
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển vladsemen20000
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://fastpdfreader.online/
URL Trang Chính Sách Bảo Mật https://fastpdfreader.online/privacy.html
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": "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": []
        }
    ]
}