PDF Merge Plus

Privacy focused PDF merge tool

PDF Merge Plus क्या है?

PDF Merge Plus Samuel Clark द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Privacy focused PDF merge tool"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PDF Merge Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}