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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Программа для просмотра 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": [
                ""
            ]
        }
    ]
}