PDF Merge

Merge PDF documents into one, easily from your home and new tab page!

PDF Mergeとは何ですか?

PDF Mergeはhttps://online-converter.freepdfsolutions.comによって開発されたChromeの拡張機能で、その主な機能は「Merge PDF documents into one, easily from your home and new tab page!」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        WHAT PDF SOLUTIONS CONVERTER IS ALL ABOUT?
We understand the frustrations when it come to dealing with pdf files and not having proper software to view or convert these. We at Free PDF Solutions make conversion simple to all user types and thrive on doing so.

With PDF Merge, there's...
• No registration required
• Ease of use
• Links to our online conversion utilities.

New version: removed new tab change.

You can uninstall the extension at any time.                    

拡張機能の基本情報

名前 PDF Merge PDF Merge
ID hiagbhcincnckilkbbglilfchoehldmj
公式URL https://chromewebstore.google.com/detail/pdf-merge/hiagbhcincnckilkbbglilfchoehldmj
説明 Merge PDF documents into one, easily from your home and new tab page!
ファイルサイズ 674 KB
インストール数 5,215
現在のバージョン 5.0
最終更新日 2021-01-21
公開日 2020-05-28
評価 3.56/5 合計 16 レビュー
開発者 https://online-converter.freepdfsolutions.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://online-converter.freepdfsolutions.com/#pdf-merge
プライバシーポリシーページのURL https://www.freepdfsolutions.com/privacypolicy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PDF Merge",
    "default_locale": "en",
    "description": "Merge PDF documents into one, easily from your home and new tab page!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "5.0",
    "permissions": [
        "downloads"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "*.css",
        "*.js"
    ]
}