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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}