Super PDF Split Merge

Free! Merge multiple PDFs into one PDF, which can be split into multiple pages, then re-selected sorted and merged into a new PDF

What is Super PDF Split Merge?

Super PDF Split Merge is a Chrome extension developed by iDooy, and its main feature is "Free! Merge multiple PDFs into one PDF, which can be split into multiple pages, then re-selected sorted and merged into a new PDF".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Super PDF Split Merge Extension CRX File

Download Super PDF Split 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

                        Merge multiple two or morePDFfiles into one  for free. This plug-in will not upload files to the cloud, but only run locally on the computer.
Merge multiple PDFs into one PDF for free. It supports splitting multiple PDFs into a single page, reselecting, sorting, and merging into a new PDF.
PDF split will be launched in the next version.                    

Extension Basic Information

Name Super PDF Split Merge Super PDF Split Merge
ID hhnkgaakbmbcgaijmmjojpllnkimlbhj
Official URL https://chromewebstore.google.com/detail/super-pdf-split-merge/hhnkgaakbmbcgaijmmjojpllnkimlbhj
Description Free! Merge multiple PDFs into one PDF, which can be split into multiple pages, then re-selected sorted and merged into a new PDF
File Size 487 KB
Installation Count 96
Current Version 3.0.5
Last Updated 2023-04-20
Publish Date 2023-02-05
Rating 5.00/5 Total 1 Ratings
Developer iDooy
Email [email protected]
Payment Type free
Extension Website https://www.aidutu.cn
Help Page URL https://www.aidutu.cn/info/superPrivacy
Privacy Policy Page URL https://www.lingduquan.com/info/privacy
Supported Languages en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "3.0.5",
    "action": {
        "default_title": "__MSG_app_name__",
        "default_icon": "assets\/300.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/16.png",
        "48": "assets\/48.png",
        "128": "assets\/128.png"
    },
    "permissions": [
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "default_locale": "en",
    "options_ui": {
        "page": "option.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "option.html",
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}