PDF Convert – Merge – Resize
Use Ghostscript to manipulate PDF files right in your browser!
PDF Convert – Merge – Resizeคืออะไร?
PDF Convert – Merge – Resize เป็นส่วนขยายของ Chrome ที่พัฒนาโดย celinakeisha.us และคุณลักษณะหลักของมันคือ "Use Ghostscript to manipulate PDF files right in your browser!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PDF Convert – Merge – Resize
ดาวน์โหลดไฟล์ส่วนขยาย PDF Convert – Merge – Resize ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
"PDF Convert – Merge – Resize" is a lightweight browser extension that lets you to quickly edit (convert, resize, combine, etc.) PDF files in your browser Ghostscript is an open-source software that's used in this project. GhostScript is a program that interprets portable document formats (PDF) and postscript (PS). Please see this page for more information about GhostScript (https://en.wikipedia.org/wiki/Ghostscript). Please visit the following URL to obtain and install GhostScript on your computer: https://www.ghostscript.com/download/gsdnld.html The nativeMessaging (https://developer.chrome.com/apps/nativeMessaging) add-on talks to the Ghostscript client on your computer using Native Messaging (https://developer.chrome.com/apps/nativeMessaging). Before you can use this add-on, you must first install Ghostscript on your PC. In order to create the connection between Ghostscript and your browser, you'll also need the native client patch. Please visit this page (https://worldaddons.com/native-client/) and download the required fix for your computer. Install the patch as instructed in the page above in your system. The "PDF Convert – Merge – Resize" plugin on your browser can communicate with the Ghostscript client on your machine (Window, Linux, or Mac) after installation.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PDF Convert – Merge – Resize |
ID | ijkmkaioadigfehngcicbapobilmedeg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pdf-convert-%E2%80%93-merge-%E2%80%93-res/ijkmkaioadigfehngcicbapobilmedeg |
คำอธิบาย | Use Ghostscript to manipulate PDF files right in your browser! |
ขนาดไฟล์ | 41.3 KB |
จำนวนการติดตั้ง | 141 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2022-05-22 |
วันที่เผยแพร่ | 2022-05-22 |
คะแนน | 4.69/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | celinakeisha.us |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://worldaddons.com/pdf-convert-merge-resize/ |
URL หน้าช่วยเหลือ | https://worldaddons.com/contact/ |
URL หน้านโยบายความเป็นส่วนตัว | https://worldaddons.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 3, "offline_enabled": true, "short_name": "pdf-convert-merge-resize", "name": "PDF Convert \u2013 Merge \u2013 Resize", "homepage_url": "https:\/\/worldaddons.com\/pdf-convert-merge-resize\/", "permissions": [ "storage", "downloads", "contextMenus", "nativeMessaging" ], "description": "Use Ghostscript to manipulate PDF files right in your browser!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "PDF Convert \u2013 Merge \u2013 Resize", "default_icon": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png" } }, "icons": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png", "128": "source\/icons\/128.png" } } |