PDF Merge Plus

Privacy focused PDF merge tool

PDF Merge Plusคืออะไร?

PDF Merge Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Samuel Clark และคุณลักษณะหลักของมันคือ "Privacy focused PDF merge tool"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PDF Merge Plus

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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'"
}