PDF Merge

Merge PDF documents into one, easily from your home and new tab page!

What is PDF Merge?

PDF Merge is a Chrome extension developed by https://online-converter.freepdfsolutions.com, and its main feature is "Merge PDF documents into one, easily from your home and new tab page!".

Extension Screenshots

screenshot
screenshot

Download PDF Merge Extension CRX File

Download PDF Merge 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

                        WHAT PDF SOLUTIONS CONVERTER IS ALL ABOUT?
We understand the frustrations when it come to dealing with pdf files and not having proper software to view or convert these. We at Free PDF Solutions make conversion simple to all user types and thrive on doing so.

With PDF Merge, there's...
• No registration required
• Ease of use
• Links to our online conversion utilities.

New version: removed new tab change.

You can uninstall the extension at any time.                    

Extension Basic Information

Name PDF Merge PDF Merge
ID hiagbhcincnckilkbbglilfchoehldmj
Official URL https://chromewebstore.google.com/detail/pdf-merge/hiagbhcincnckilkbbglilfchoehldmj
Description Merge PDF documents into one, easily from your home and new tab page!
File Size 674 KB
Installation Count 5,215
Current Version 5.0
Last Updated 2021-01-21
Publish Date 2020-05-28
Rating 3.56/5 Total 16 Ratings
Developer https://online-converter.freepdfsolutions.com
Email [email protected]
Payment Type free
Extension Website https://online-converter.freepdfsolutions.com/#pdf-merge
Privacy Policy Page URL https://www.freepdfsolutions.com/privacypolicy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PDF Merge",
    "default_locale": "en",
    "description": "Merge PDF documents into one, easily from your home and new tab page!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "5.0",
    "permissions": [
        "downloads"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "*.css",
        "*.js"
    ]
}