BMP to PDF Converter
Convert BMP Files to PDF format
BMP to PDF Converterคืออะไร?
BMP to PDF Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://online-converter.freepdfsolutions.com และคุณลักษณะหลักของมันคือ "Convert BMP Files to PDF format"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BMP to PDF Converter
ดาวน์โหลดไฟล์ส่วนขยาย BMP to PDF Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
WHAT PDF SOLUTIONS CONVERTER IS ALL ABOUT? We understand the frustrations when it come to dealing with pdf files and not having proper software to view or convert these. We at Free PDF Solutions make conversion simple to all user types and thrive on doing so. With BMP to PDF Converter, there's... • No registration required • Ease of use • Links to our online conversion utilities. New version: removed new tab change. You can uninstall the extension at any time.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kdimfopclaeakpadknjkcaeijcicjaep |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bmp-to-pdf-converter/kdimfopclaeakpadknjkcaeijcicjaep |
คำอธิบาย | Convert BMP Files to PDF format |
ขนาดไฟล์ | 52.53 KB |
จำนวนการติดตั้ง | 461 |
เวอร์ชันปัจจุบัน | 4.0 |
อัปเดตครั้งล่าสุด | 2022-04-12 |
วันที่เผยแพร่ | 2020-05-28 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://online-converter.freepdfsolutions.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://online-converter.freepdfsolutions.com/#bmp-to-pdf-converter |
URL หน้านโยบายความเป็นส่วนตัว | https://www.freepdfsolutions.com/privacypolicy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BMP to PDF Converter", "default_locale": "en", "description": "Convert BMP Files to PDF format", "background": { "scripts": [ "background.js" ] }, "version": "4.0", "icons": { "128": "images\/icon-128.png" }, "permissions": [ "*:\/\/api.freeconverting.com\/*" ], "homepage_url": "https:\/\/api.freeconverting.com\/bmp-to-pdf-converter.html", "browser_action": { "default_icon": "images\/icon-128.png" }, "web_accessible_resources": [ "interface\/*" ] } |