Merge PDF

Merge PDF Files Online

Merge PDFとは何ですか?

Merge PDFはhttps://zonepdf.comによって開発されたChromeの拡張機能で、その主な機能は「Merge PDF Files Online」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Merge PDF拡張機能のCRXファイルをダウンロード

Merge PDF拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Easy and secure way to Merge PDF files online.

Merge an unlimited number of files, easy and secure! You can also reorder your files with our drag & drop feature.

Select or drag your files, then click the merge button to download your document into one pdf file.
All merged files maintain the best quality which can be accepted on any web platform (when uploading to a website or attaching as email).

Your files are fully secure as they are been transferred over a secure connection. All files are deleted permanently from our servers within few hours of the conversion.                    

拡張機能の基本情報

名前 Merge PDF Merge PDF
ID odoekjadkpplgjhcnhbmfafpaigebgbg
公式URL https://chromewebstore.google.com/detail/merge-pdf/odoekjadkpplgjhcnhbmfafpaigebgbg
説明 Merge PDF Files Online
ファイルサイズ 29.42 KB
インストール数 111,508
現在のバージョン 4.1
最終更新日 2022-10-26
公開日 2019-07-19
評価 3.56/5 合計 70 レビュー
開発者 https://zonepdf.com
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://zonepdf.com
プライバシーポリシーページのURL https://zonepdf.com/privacy
対応言語 de,en,fr,es,it,pt-BR,pt-PT,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "homepage_url": "https:\/\/zonepdf.com",
    "description": "__MSG_extDescription__",
    "version": "4.1",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*.pdf",
                "http:\/\/*\/*.pdf",
                "file:\/\/*\/*.pdf"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.zonepdf.com\/*"
    ],
    "action": {
        "default_icon": "icon-merge.png"
    },
    "icons": {
        "96": "icon-merge-96.png",
        "128": "icon-merge-128.png"
    }
}