PDF Merge Plus

Privacy focused PDF merge tool

什麼是PDF Merge Plus?

PDF Merge Plus是由Samuel Clark開發的Chrome擴展程式,該擴展的主要功能是“Privacy focused PDF merge tool”。

擴展截圖

screenshot

下載PDF Merge Plus擴展crx文件

下載PDF Merge Plus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        PDF Merge Plus is a tool that combines two or more pdf files into one.

Features:
⭐ Merge two or more documents. We maintain page size (A4, letter size, or whatever size it have)
⭐ Unlike many other extensions in the store, we don’t transfer your documents to the cloud.
⭐ You can merge documents that opened in your browser.

Quick start: open the extension’s popup and read the instructions.                    

擴展基本資訊

名稱 PDF Merge Plus PDF Merge Plus
ID hoajgiihnacokfbpfnglclkfkhflogep
官方網址 https://chrome.google.com/webstore/detail/pdf-merge-plus/hoajgiihnacokfbpfnglclkfkhflogep
簡介 Privacy focused PDF merge tool
檔案大小 1.03 MB
安裝次數 400,000
目前版本 2.14
更新時間 2020-11-08
上架時間 2020-11-03
評分 4.72/5 共 18 次評分
開發者 Samuel Clark
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://1drv.ms/w/s!AlgAs--DbB1qgReyhPziLboKQNDX?e=lCIrWD
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "",
        "downloads",
        "storage"
    ],
    "version": "2.14",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/*.googleapis.com; object-src 'self'"
}