FormatPDF
FormatPDF
FormatPDFคืออะไร?
FormatPDF เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://formatpdf.com และคุณลักษณะหลักของมันคือ "FormatPDF"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FormatPDF
ดาวน์โหลดไฟล์ส่วนขยาย FormatPDF ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🆕 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 |
URL หน้าช่วยเหลือ | https://www.formatpdf.com/en/contact-us/ |
URL หน้านโยบายความเป็นส่วนตัว | 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" } |