PDF Merge

Merge PDF documents into one, easily from your home and new tab page!

ما هو PDF Merge؟

PDF Merge هو إضافة Chrome تم تطويرها بواسطة https://online-converter.freepdfsolutions.com، والميزة الرئيسية لها هي "Merge PDF documents into one, easily from your home and new tab page!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة PDF Merge

قم بتنزيل ملفات الامتداد PDF Merge بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
عنوان صفحة سياسة الخصوصية 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"
    ]
}