FormatPDF
FormatPDF
ما هو FormatPDF؟
FormatPDF هو إضافة Chrome تم تطويرها بواسطة https://formatpdf.com، والميزة الرئيسية لها هي "FormatPDF".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FormatPDF
قم بتنزيل ملفات الامتداد FormatPDF بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
🆕 The official extension of FormatPDF, the online PDF converter you were looking for. 💻 Convert, edit and make any changes you need to your PDF documents. 🌟 With the FormatPDF extension for the Google Chrome browser you can quickly access all our tools: one click and you can compress, rotate, split, edit or convert PDF documents to any other format. 📜 Online PDF tools included in this extension are: - Compress PDF - Split PDF - Order PDF - Rotate PDF - Protect PDF - Word to PDF - PDF to Word - JPG to PDF - PDF to JPG - Excel to PDF - PDF to Excel - EPUB to PDF - PDF to EPUB - PowerPoint to PDF - PDF to PowerPoint - Number PDF pages - Merge PDF - Sign PDF - Edit PDF - Unlock PDF - ODT to PDF - PDF to ODT - TIFF to PDF - DJVU to PDF - Print PDF - Repair PDF - Write to PDF - Draw on PDF - Delete PDF pages - Put watermark to PDF - Remove watermark from PDF - PDF to HTML - HTML to PDF We love PDF ❤️
معلومات أساسية عن التمديد
الاسم | |
ID | iakjgnbldglbbakgeobkagcpchkbmlcl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/formatpdf/iakjgnbldglbbakgeobkagcpchkbmlcl |
الوصف | FormatPDF |
حجم الملف | 282 KB |
عدد التثبيتات | 2,255 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-09-21 |
تاريخ النشر | 2022-09-21 |
تقييم | 4.20/5 مجموع تقييمات 5 |
المطور | https://formatpdf.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.formatpdf.com |
عنوان صفحة المساعدة | https://www.formatpdf.com/en/contact-us/ |
عنوان صفحة سياسة الخصوصية | https://www.formatpdf.com/en/privacy-policy |
اللغات المدعومة | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0", "default_locale": "es", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/ext-icon.png", "32": "\/images\/ext-icon.png", "48": "\/images\/ext-icon.png", "128": "\/images\/ext-icon.png" } }, "icons": { "16": "\/images\/ext-icon.png", "32": "\/images\/ext-icon.png", "48": "\/images\/ext-icon.png", "128": "\/images\/ext-icon.png" }, "options_page": "options.html" } |