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
官方網址 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
電子郵箱 [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"
    ]
}