HTML to PDF Converter
Easily convert any HTML page to PDF.
HTML to PDF Converterคืออะไร?
HTML to PDF Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://amanjaiswal54.github.io/portfolio และคุณลักษณะหลักของมันคือ "Easily convert any HTML page to PDF."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML to PDF Converter
ดาวน์โหลดไฟล์ส่วนขยาย HTML to PDF Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Got suggestions, bug reports or general feedback? Email me - [email protected] Portfolio: https://amanjaiswal54.github.io/portfolio/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HTML to PDF Converter |
ID | bcfnlaaipgcdojdfgjbglfeokhoidanj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/html-to-pdf-converter/bcfnlaaipgcdojdfgjbglfeokhoidanj |
คำอธิบาย | Easily convert any HTML page to PDF. |
ขนาดไฟล์ | 369 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-11-25 |
วันที่เผยแพร่ | 2023-11-25 |
ผู้พัฒนา | https://amanjaiswal54.github.io/portfolio |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://www.linkedin.com/in/aman-jaiswal-5319a0127/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HTML to PDF Converter", "version": "1.0", "description": "Easily convert any HTML page to PDF.", "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "activeTab", "downloads", "scripting", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "htmltopdfIcon16.png", "32": "htmltopdfIcon32.png", "48": "htmltopdfIcon64.png", "128": "htmltopdfIcon128.png" } } } |