Merge PDF
Merge PDF Files Online
ما هو Merge PDF؟
Merge PDF هو إضافة Chrome تم تطويرها بواسطة https://zonepdf.com، والميزة الرئيسية لها هي "Merge PDF Files Online".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Merge PDF
قم بتنزيل ملفات الامتداد Merge PDF بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easy and secure way to Merge PDF files online. Merge an unlimited number of files, easy and secure! You can also reorder your files with our drag & drop feature. Select or drag your files, then click the merge button to download your document into one pdf file. All merged files maintain the best quality which can be accepted on any web platform (when uploading to a website or attaching as email). Your files are fully secure as they are been transferred over a secure connection. All files are deleted permanently from our servers within few hours of the conversion.
معلومات أساسية عن التمديد
الاسم | Merge PDF |
ID | odoekjadkpplgjhcnhbmfafpaigebgbg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/merge-pdf/odoekjadkpplgjhcnhbmfafpaigebgbg |
الوصف | Merge PDF Files Online |
حجم الملف | 29.42 KB |
عدد التثبيتات | 111,508 |
النسخة الحالية | 4.1 |
آخر تحديث | 2022-10-26 |
تاريخ النشر | 2019-07-19 |
تقييم | 3.56/5 مجموع تقييمات 70 |
المطور | https://zonepdf.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
موقع الإضافة | https://zonepdf.com |
عنوان صفحة سياسة الخصوصية | https://zonepdf.com/privacy |
اللغات المدعومة | de,en,fr,es,it,pt-BR,pt-PT,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "homepage_url": "https:\/\/zonepdf.com", "description": "__MSG_extDescription__", "version": "4.1", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*.pdf", "http:\/\/*\/*.pdf", "file:\/\/*\/*.pdf" ], "js": [ "content.js" ] } ], "host_permissions": [ "https:\/\/*.zonepdf.com\/*" ], "action": { "default_icon": "icon-merge.png" }, "icons": { "96": "icon-merge-96.png", "128": "icon-merge-128.png" } } |