Fast PDF Reader

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

Fast PDF Reader란 무엇입니까?

Fast PDF Reader은(는) vladsemen20000에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A general-purpose Portable Document Format (PDF) viewer based on Mozilla's PDF.js library"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Fast PDF Reader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Fast PDF Reader Fast PDF Reader
ID fiogboaionmpkedofjjhnhkeolibhgml
공식 URL https://chrome.google.com/webstore/detail/fast-pdf-reader/fiogboaionmpkedofjjhnhkeolibhgml
설명 A general-purpose Portable Document Format (PDF) viewer based on Mozilla's PDF.js library
파일 크기 2.38 MB
설치 횟수 684
현재 버전 1.0.6
최근 업데이트 2022-06-18
출시 날짜 2021-10-19
평점 5.00/5 총 3 개의 평점
개발자 vladsemen20000
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://fastpdfreader.online/
개인정보 보호 정책 페이지 URL https://fastpdfreader.online/privacy.html
지원되는 언어 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": []
        }
    ]
}