Merge PDF

Merge PDF Files Online

什么是Merge PDF?

Merge PDF是由https://zonepdf.com开发的Chrome扩展程序,该扩展的主要功能是“Merge PDF Files Online”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Merge PDF扩展crx文件

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

扩展使用说明

                        Easy and secure way to Merge PDF files online.

Merge an unlimited number of files, easy and secure! You can also reorder your files with our drag & drop feature.

Select or drag your files, then click the merge button to download your document into one pdf file.
All merged files maintain the best quality which can be accepted on any web platform (when uploading to a website or attaching as email).

Your files are fully secure as they are been transferred over a secure connection. All files are deleted permanently from our servers within few hours of the conversion.                    

扩展基本信息

名称 Merge PDF Merge PDF
ID odoekjadkpplgjhcnhbmfafpaigebgbg
官方URL https://chromewebstore.google.com/detail/merge-pdf/odoekjadkpplgjhcnhbmfafpaigebgbg
简介 Merge PDF Files Online
文件大小 29.42 KB
安装次数 111,508
当前版本 4.1
更新时间 2022-10-26
上架时间 2019-07-19
评分 3.56/5 共70次评分
开发者 https://zonepdf.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://zonepdf.com
隐私政策页面URL https://zonepdf.com/privacy
支持的语言 de,en,fr,es,it,pt-BR,pt-PT,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "homepage_url": "https:\/\/zonepdf.com",
    "description": "__MSG_extDescription__",
    "version": "4.1",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*.pdf",
                "http:\/\/*\/*.pdf",
                "file:\/\/*\/*.pdf"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.zonepdf.com\/*"
    ],
    "action": {
        "default_icon": "icon-merge.png"
    },
    "icons": {
        "96": "icon-merge-96.png",
        "128": "icon-merge-128.png"
    }
}