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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iDooy และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Super PDF Split Merge

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                ""
            ]
        }
    ]
}