Fast PDF Reader

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

什么是Fast PDF Reader?

Fast PDF Reader是由raymundocbardwelli244开发的Chrome扩展程序,该扩展的主要功能是“A general-purpose Portable Document Format (PDF) viewer based on Mozilla's PDF.js library”。

扩展截图

screenshot

下载Fast PDF Reader扩展crx文件

下载Fast PDF Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Программа для просмотра 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.                    

扩展基本信息

名称 Fast PDF Reader Fast PDF Reader
ID pccahijojlkobphglogpkoffikkblobm
官方URL https://chromewebstore.google.com/detail/fast-pdf-reader/pccahijojlkobphglogpkoffikkblobm
简介 A general-purpose Portable Document Format (PDF) viewer based on Mozilla's PDF.js library
文件大小 1.19 MB
安装次数 32
当前版本 1.0.0
更新时间 2022-02-09
上架时间 2022-02-09
开发者 raymundocbardwelli244
电子邮箱 [email protected]
付费类型 free
支持的语言 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": [
                ""
            ]
        }
    ]
}