PDF Drop

All the PDF Tools you Need in One Place.

ما هو PDF Drop؟

PDF Drop هو إضافة Chrome تم تطويرها بواسطة https://pdf-drop.com، والميزة الرئيسية لها هي "All the PDF Tools you Need in One Place.".

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

screenshot
screenshot

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

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

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

                        Manage your PDF files from your browser and boost your online productivity in just one click!

🎉 Available Features : 

- Compress PDF (reduce their size by up to 90%)
- Convert PDF to Word documents (by keeping content formatting)
- Convert Word documents to PDF
- Extract Images from your PDF files

Sell your PDF files (ebooks or any other PDF) on EDP at https://easy-digital-products.com.                    

معلومات أساسية عن التمديد

الاسم PDF Drop PDF Drop
ID iipcnebeanlkejnmbedeaeicaplfmibf
عنوان URL الرسمي https://chromewebstore.google.com/detail/pdf-drop/iipcnebeanlkejnmbedeaeicaplfmibf
الوصف All the PDF Tools you Need in One Place.
حجم الملف 11.17 KB
عدد التثبيتات 92
النسخة الحالية 1.0
آخر تحديث 2024-03-02
تاريخ النشر 2022-02-02
المطور https://pdf-drop.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://pdf-drop.com
عنوان صفحة المساعدة https://pdf-drop.com/contact
عنوان صفحة سياسة الخصوصية https://pdf-drop.com/terms
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PDF Drop",
    "description": "All the PDF Tools you Need in One Place.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "options_page": "options.html"
}