Fastest PDF Chrome Reader

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

Fastest PDF Chrome Reader란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        PDF Reader для удобства чтения файлов в формате PDF в браузере                    

확장 프로그램 기본 정보

이름 Fastest PDF Chrome Reader Fastest PDF Chrome Reader
ID fkoplomeapglnfadekcaamlehndlpkfa
공식 URL https://chromewebstore.google.com/detail/fastest-pdf-chrome-reader/fkoplomeapglnfadekcaamlehndlpkfa
설명 A general-purpose Portable Document Format (PDF) viewer based on Mozilla's PDF.js library
파일 크기 2.37 MB
설치 횟수 215
현재 버전 1.0.0
최근 업데이트 2022-03-02
출시 날짜 2022-03-01
개발자 voinovmaxim4
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fastest PDF Chrome Reader",
    "background": {
        "service_worker": "first.js"
    },
    "action": [],
    "default_locale": "en",
    "description": "__MSG_description__",
    "file_browser_handlers": [
        {
            "default_title": "Open with Fastest PDF Chrome Reader",
            "file_filters": [
                "filesystem:*.pdf"
            ],
            "id": "open-as-pdf"
        }
    ],
    "icons": {
        "512": "dannye\/ikons\/512x512.png",
        "256": "dannye\/ikons\/256x256.png",
        "128": "dannye\/ikons\/128x128.png",
        "64": "dannye\/ikons\/64x64.png",
        "32": "dannye\/ikons\/64x64.png",
        "16": "dannye\/ikons\/64x64.png"
    },
    "manifest_version": 3,
    "options_ui": {
        "page": "\/dannye\/main\/opcii.html",
        "open_in_tab": false
    },
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage",
        "contextMenus"
    ],
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "\/dannye\/lib\/web\/viewer.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}