PDFBEAR - Convert, Merge, and Compress PDF
Your #1 choice to convert, merge and compress PDF with ease. 100% for free!
PDFBEAR - Convert, Merge, and Compress PDFคืออะไร?
PDFBEAR - Convert, Merge, and Compress PDF เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pdfbear.com และคุณลักษณะหลักของมันคือ "Your #1 choice to convert, merge and compress PDF with ease. 100% for free!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PDFBEAR - Convert, Merge, and Compress PDF
ดาวน์โหลดไฟล์ส่วนขยาย PDFBEAR - Convert, Merge, and Compress PDF ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
● Get started with PDFBear’s Chrome Extension to make your life easier when you need to handle anything with PDF. ● PDFBear Features: - Word, PowerPoint and Excel to PDF - PDF to Word, Powerpoint and Excel - OCR to turn scanned documents into editable files. - PNG, TIFF, BMP, JPG, GIF to PDF - PDF to JPG & PNG - Delete and Rotate pages in PDF files - Compress and reduce PDF files - Repair PDF - Encrypt and Unlock PDF - Merge, split or extract PDF pages - HTML to PDF - Type in an URL and turn it into a PDF - Add page numbers and watermark to your PDF - Turn PDF to PDF/A - Share any files that our system supports (see next section) ● Formats that PDFBear supports: - PDF - Word (DOCX & DOC), Excel (XLS & XLSX), PowerPoint (PPT & PPTX) - JPG, TIFF, GIF, PNG, BMP, PBM ● It is easy to use PDFBear’s Chrome Extension: 1. Select an option from the menu 2. Redirect to the service 3. Select or drag your file to the upload area 4. Wait for it to convert 5. Download or share ● Get PDFBear Pro and find out what else we offer: - Unlimited cloud storage for all files supported on the website. - This includes for all files uploaded and for all files converted. - No watermark or restrictions to the use of our OCR feature that supports 23 languages. - No banner ads - Get access to all new features we roll out on the website. - Multiple files uploaded simultaneously. - Unlimited use without restrictions. - Save your password in our eSign feature.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PDFBEAR - Convert, Merge, and Compress PDF |
ID | khohmdnjgpgojomnimbmfjakkndfphgi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pdfbear-convert-merge-and/khohmdnjgpgojomnimbmfjakkndfphgi |
คำอธิบาย | Your #1 choice to convert, merge and compress PDF with ease. 100% for free! |
ขนาดไฟล์ | 658 KB |
จำนวนการติดตั้ง | 3,492 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2020-11-13 |
วันที่เผยแพร่ | 2020-10-15 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://pdfbear.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://pdfbear.com |
URL หน้าช่วยเหลือ | https://pdfbear.com/contact |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PDFBEAR - Convert, Merge, and Compress PDF", "version": "1.0.4", "description": "Your #1 choice to convert, merge and compress PDF with ease. 100% for free!", "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/logo_16.png", "32": "assets\/logo_32.png", "48": "assets\/logo_48.png", "128": "assets\/logo_128.png" } }, "icons": { "16": "assets\/logo_16.png", "32": "assets\/logo_32.png", "48": "assets\/logo_48.png", "128": "assets\/logo_128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens index.html" } }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "activeTab", "contextMenus", "storage", "tabs", "https:\/\/*.pdfbear.com\/" ], "web_accessible_resources": [ "webAccessibleResources\/pdfBearExtension.json" ] } |