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
Eメール [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": [
                ""
            ]
        }
    ]
}