Zoco PDF Viewer

Innovative PDF Viewer - display PDF files in the browser with PDF.js (by Mozilla Labs). Send PDFs to any PDF viewer.

Zoco PDF Viewer란 무엇입니까?

Zoco PDF Viewer은(는) phuongcansilmy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Innovative PDF Viewer - display PDF files in the browser with PDF.js (by Mozilla Labs). Send PDFs to any PDF viewer."입니다.

확장 프로그램 스크린샷

screenshot

Zoco PDF Viewer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Zoco PDF Viewer is an essential tool that gives you an opportunity to open any PDF file in a viewer with useful interface.

To open a PDF file with Zoco PDF Viewer you need to click on a zoco's logo and to drop a file in the opened tab.
Another way is to use it through a context menu, which is more easier.                    

확장 프로그램 기본 정보

이름 Zoco PDF Viewer Zoco PDF Viewer
ID bfmifhhaggbpcmaglaceechkhecllgok
공식 URL https://chrome.google.com/webstore/detail/zoco-pdf-viewer/bfmifhhaggbpcmaglaceechkhecllgok
설명 Innovative PDF Viewer - display PDF files in the browser with PDF.js (by Mozilla Labs). Send PDFs to any PDF viewer.
파일 크기 2.49 MB
설치 횟수 142
현재 버전 1.7.1
최근 업데이트 2023-03-07
출시 날짜 2019-11-11
평점 5.00/5 총 2 개의 평점
개발자 phuongcansilmy
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' chrome-extension:\/\/bfmifhhaggbpcmaglaceechkhecllgok; object-src 'self'",
    "browser_action": [],
    "default_locale": "en",
    "description": "__MSG_description__",
    "file_browser_handlers": [
        {
            "default_title": "PDF Viewer",
            "file_filters": [
                "filesystem:*.pdf"
            ],
            "id": "handle-pdf-file"
        }
    ],
    "icons": {
        "128": "img\/128.png",
        "64": "img\/64.png",
        "32": "img\/32.png"
    },
    "content_scripts": [
        {
            "css": [
                "app\/helper\/web\/shareModal.css"
            ],
            "js": [
                "app\/helper\/web\/shareModal.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "manifest_version": 2,
    "options_ui": {
        "page": "app\/main\/options.html",
        "css": [
            "app\/helper\/web\/shareModal.css"
        ],
        "open_in_tab": false
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "webNavigation",
        "storage",
        "contextMenus"
    ],
    "version": "1.7.1",
    "web_accessible_resources": [
        "app\/helper\/*"
    ]
}