PDF Editor Extension - PDFzorro
Open PDF files with Google Chrome™ and edit them with this PDFzorro Extension
PDF Editor Extension - PDFzorroคืออะไร?
PDF Editor Extension - PDFzorro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.pdfzorro.com และคุณลักษณะหลักของมันคือ "Open PDF files with Google Chrome™ and edit them with this PDFzorro Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PDF Editor Extension - PDFzorro
ดาวน์โหลดไฟล์ส่วนขยาย PDF Editor Extension - PDFzorro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this extension you can edit PDF files, that are opened in Google Chrome™. You also can open the free Online-PDF-Editor to edit PDF in the browser. You can rotate, split, sort pages. Secure or unsecure PDF files. Add text, annotation, draws or marks into the PDF. You also can add images to the PDF. Convert PDF to Word, Excel or PowerPoint. Enjoy PDFzorro, for free! -------------------------------------------------- Google Chrome™ is a trademark of Google LLC
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PDF Editor Extension - PDFzorro |
ID | icbddibgmpdonpogkcnambimgncliipl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pdf-editor-extension-pdfz/icbddibgmpdonpogkcnambimgncliipl |
คำอธิบาย | Open PDF files with Google Chrome™ and edit them with this PDFzorro Extension |
ขนาดไฟล์ | 293 KB |
จำนวนการติดตั้ง | 39,185 |
เวอร์ชันปัจจุบัน | 1.0.0.4 |
อัปเดตครั้งล่าสุด | 2023-09-22 |
วันที่เผยแพร่ | 2020-02-12 |
คะแนน | 3.67/5 รวมทั้งหมด 90 คะแนน |
ผู้พัฒนา | https://www.pdfzorro.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.pdfzorro.com/EDIT/terms.php |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self'", "permissions": [ "activeTab", "https:\/\/www.pdfzorro.com\/*", "downloads", "file:\/\/\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "name": "PDF Editor Extension - PDFzorro", "version": "1.0.0.4", "short_name": "Use Google Chrome\u2122 as PDF Editor", "description": "Open PDF files with Google Chrome\u2122 and edit them with this PDFzorro Extension", "icons": { "16": "logo16.png", "128": "logo.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |