Merge PDF

Merge PDF Files Online

What is Merge PDF?

Merge PDF is a Chrome extension developed by https://zonepdf.com, and its main feature is "Merge PDF Files Online".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Merge PDF Extension CRX File

Download Merge PDF extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Merge PDF Merge PDF
ID odoekjadkpplgjhcnhbmfafpaigebgbg
Official URL https://chromewebstore.google.com/detail/merge-pdf/odoekjadkpplgjhcnhbmfafpaigebgbg
Description Merge PDF Files Online
File Size 29.42 KB
Installation Count 111,508
Current Version 4.1
Last Updated 2022-10-26
Publish Date 2019-07-19
Rating 3.56/5 Total 70 Ratings
Developer https://zonepdf.com
Email [email protected]
Payment Type in_app
Extension Website https://zonepdf.com
Privacy Policy Page URL https://zonepdf.com/privacy
Supported Languages 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"
    }
}