PDF Merge Plus

Privacy focused PDF merge tool

PDF Merge Plus là gì?

PDF Merge Plus là một tiện ích mở rộng Chrome được phát triển bởi Samuel Clark, và tính năng chính của nó là "Privacy focused PDF merge tool".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PDF Merge Plus

Tải xuống các tệp mở rộng PDF Merge Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PDF Merge Plus PDF Merge Plus
ID hoajgiihnacokfbpfnglclkfkhflogep
URL Chính Thức https://chrome.google.com/webstore/detail/pdf-merge-plus/hoajgiihnacokfbpfnglclkfkhflogep
Mô tả Privacy focused PDF merge tool
Kích Thước Tệp 1.03 MB
Số Lần Cài Đặt 400,000
Phiên Bản Hiện Tại 2.14
Cập Nhật Lần Cuối 2020-11-08
Ngày Phát Hành 2020-11-03
Đánh Giá 4.72/5 Tổng số 18 Đánh Giá
Nhà Phát Triển Samuel Clark
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://1drv.ms/w/s!AlgAs--DbB1qgReyhPziLboKQNDX?e=lCIrWD
Ngôn Ngữ Được Hỗ Trợ 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'"
}