Compress PDF
Compress PDF Files Online in Seconds!
ما هو Compress PDF؟
Compress PDF هو إضافة Chrome تم تطويرها بواسطة https://zonepdf.com، والميزة الرئيسية لها هي "Compress PDF Files Online in Seconds!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Compress PDF
قم بتنزيل ملفات الامتداد Compress PDF بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Compress PDF Easy and secure way to Compress PDF Files Online! Select or drag your files, then click the Compress button to download your compressed pdf files. All compressed 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. We’ll permanently delete all files from our servers within a few hours after conversion.
معلومات أساسية عن التمديد
الاسم | Compress PDF |
ID | hjoenpcoghflmcbjdfknjebchdndmnoo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/compress-pdf/hjoenpcoghflmcbjdfknjebchdndmnoo |
الوصف | Compress PDF Files Online in Seconds! |
حجم الملف | 30.08 KB |
عدد التثبيتات | 42,890 |
النسخة الحالية | 4.0 |
آخر تحديث | 2024-01-12 |
تاريخ النشر | 2019-08-29 |
تقييم | 3.72/5 مجموع تقييمات 29 |
المطور | https://zonepdf.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
موقع الإضافة | https://zonepdf.com |
عنوان صفحة سياسة الخصوصية | https://zonepdf.com/privacy |
اللغات المدعومة | de,en,fr,es,pt-BR,pt-PT |
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.0", "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-compress.png" }, "icons": { "96": "icon-compress-96.png", "128": "icon-compress-128.png" } } |