html2docx
Download the current page as a Word document.
html2docxคืออะไร?
html2docx เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Patrick X. Gray และคุณลักษณะหลักของมันคือ "Download the current page as a Word document."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย html2docx
ดาวน์โหลดไฟล์ส่วนขยาย html2docx ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a browser action button which downloads the currently displayed website to a Word document when clicked. Works with most websites. New in version 0.4.4: If you have a selection, html2docx will only download the selected text (respecting HTML style). If you have no selection, html2docx will download the whole page. New in version 0.3: CSS rules are now captured
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | html2docx |
ID | dbhoblefpnccdoaafjfoccgpdlfgkfai |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/html2docx/dbhoblefpnccdoaafjfoccgpdlfgkfai |
คำอธิบาย | Download the current page as a Word document. |
ขนาดไฟล์ | 164 KB |
จำนวนการติดตั้ง | 627 |
เวอร์ชันปัจจุบัน | 0.4.4 |
อัปเดตครั้งล่าสุด | 2019-03-08 |
วันที่เผยแพร่ | 2019-03-08 |
คะแนน | 2.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Patrick X. Gray |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "html2docx", "short_name": "html2docx", "version": "0.4.4", "manifest_version": 2, "description": "Download the current page as a Word document.", "homepage_url": "https:\/\/www.linkedin.com\/in\/patrick-gray-28b2163a", "icons": { "16": "images\/html2docx-16.png", "48": "images\/html2docx-48.png", "128": "images\/html2docx-128.png" }, "background": { "scripts": [ "scripts\/background.js", "lib\/he.js", "lib\/FileSaver.min.js", "lib\/linq.js", "lib\/ltxml.js", "lib\/ltxml-extensions.js", "lib\/jszip.js", "lib\/jszip-deflate.js", "lib\/jszip-inflate.js", "lib\/jszip-load.js", "lib\/openxml.js" ], "persistent": true }, "browser_action": { "default_title": "html2docx" }, "permissions": [ "activeTab" ] } |