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

什么是Super PDF Split Merge?

Super PDF Split Merge是由iDooy开发的Chrome扩展程序,该扩展的主要功能是“Free! Merge multiple PDFs into one PDF, which can be split into multiple pages, then re-selected sorted and merged into a new PDF”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Super PDF Split Merge扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 Super PDF Split Merge Super PDF Split Merge
ID hhnkgaakbmbcgaijmmjojpllnkimlbhj
官方URL https://chromewebstore.google.com/detail/super-pdf-split-merge/hhnkgaakbmbcgaijmmjojpllnkimlbhj
简介 Free! Merge multiple PDFs into one PDF, which can be split into multiple pages, then re-selected sorted and merged into a new PDF
文件大小 487 KB
安装次数 96
当前版本 3.0.5
更新时间 2023-04-20
上架时间 2023-02-05
评分 5.00/5 共1次评分
开发者 iDooy
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.aidutu.cn
帮助页面URL https://www.aidutu.cn/info/superPrivacy
隐私政策页面URL https://www.lingduquan.com/info/privacy
支持的语言 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": [
                ""
            ]
        }
    ]
}