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文件

下载Zoco PDF Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
    ]
}