Soda PDF: Merge PDF Files
Merge your PDF files easily online.
Soda PDF: Merge PDF Filesคืออะไร?
Soda PDF: Merge PDF Files เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sodapdf.com และคุณลักษณะหลักของมันคือ "Merge your PDF files easily online."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Soda PDF: Merge PDF Files
ดาวน์โหลดไฟล์ส่วนขยาย Soda PDF: Merge PDF Files ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Why work with multiple files, when you can combine them to create one master PDF! With the free Soda PDF Merge extension, you can merge multiple files into a single PDF. Select as many PDF files as you need and combine them into one easily manageable document. The extension configures your New Tab page to Soda PDF Merge to provide this FREE tool, along with Google search capabilities. Merging PDF documents has never been quicker or easier! 7. Select the files you wish to merge or combine from your computer. 8. Choose the order in which your documents will appear in the merged PDF. 9. Merge your PDF into one document. 10. View and download your new merged file! When you merge multiple PDFs, you maintain the size and orientation of all the pages within the original files. If required, you can make alterations to the document, such as changing the order of the pages before merging! Join the thousands of loyal users into the online PDF revolution. Try the free Merge tool today and take advantage of all the other FREE PDF features Soda PDF has to offer. The Soda PDF Merge extension also offers a convenient web search tool in order to facilitate your searching needs. By clicking the “Add to Chrome” button in the top right-hand corner and installing the Soda PDF Merge extension, you agree to install this application, and you agree to the End User License Agreement and the Privacy Policy. You also agree to receive any future updates and upgrades. The application communicates with our servers to deliver its PDF functionality. End User License Agreement: https://www.sodapdf.com/terms-of-use/ Privacy Policy: https://www.sodapdf.com/privacy/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dmgeejempbfgbgolnjohgbbogdeipbco |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/soda-pdf-merge-pdf-files/dmgeejempbfgbgolnjohgbbogdeipbco |
คำอธิบาย | Merge your PDF files easily online. |
ขนาดไฟล์ | 72.66 KB |
จำนวนการติดตั้ง | 5,000 |
เวอร์ชันปัจจุบัน | 1.0.0.1 |
อัปเดตครั้งล่าสุด | 2019-04-08 |
วันที่เผยแพร่ | 2019-04-08 |
คะแนน | 4.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | http://sodapdf.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://support.sodapdf.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.sodapdf.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Soda PDF: Merge PDF Files", "description": "Merge your PDF files easily online.", "short_name": "Merge PDF Files Chrome Extension", "default_locale": "en", "version": "1.0.0.1", "author": "LULU Software", "icons": { "128": "images\/soda_icon_128x128.jpg", "16": "images\/soda_icon_16x16.jpg", "32": "images\/soda_icon_16x16.jpg", "48": "images\/soda_icon_48x48.jpg" }, "browser_action": { "default_title": "PDF to Word Chrome Extension", "default_icon": "images\/soda_icon_16x16.jpg", "default_popup": "popup.html" }, "permissions": [ "tabs", "contextMenus", "storage" ], "background": { "scripts": [ "js\/background.js", "js\/onInstall.js" ] }, "chrome_url_overrides": { "newtab": "home.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.chrome.google.com\/*", "http:\/\/*.pdfmerge.com\/*", "https:\/\/*.pdfmerge.com\/*", "http:\/\/*.splitpdf.com\/*", "https:\/\/*.splitpdf.com\/*", "https:\/\/*.sodapdf.com\/*", "http:\/\/*.pdfjoin.com\/*", "https:\/\/*.pdfjoin.com\/*" ], "js": [ "js\/isInstalledContent.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |