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 là gì?

Super PDF Split Merge là một tiện ích mở rộng Chrome được phát triển bởi iDooy, và tính năng chính của nó là "Free! Merge multiple PDFs into one PDF, which can be split into multiple pages, then re-selected sorted and merged into a new PDF".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Super PDF Split Merge

Tải xuống các tệp mở rộng Super PDF Split Merge dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Super PDF Split Merge Super PDF Split Merge
ID hhnkgaakbmbcgaijmmjojpllnkimlbhj
URL Chính Thức https://chromewebstore.google.com/detail/super-pdf-split-merge/hhnkgaakbmbcgaijmmjojpllnkimlbhj
Mô tả Free! Merge multiple PDFs into one PDF, which can be split into multiple pages, then re-selected sorted and merged into a new PDF
Kích Thước Tệp 487 KB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 3.0.5
Cập Nhật Lần Cuối 2023-04-20
Ngày Phát Hành 2023-02-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển iDooy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.aidutu.cn
URL Trang Trợ Giúp https://www.aidutu.cn/info/superPrivacy
URL Trang Chính Sách Bảo Mật https://www.lingduquan.com/info/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}