Word to Clean Html
Generate clean html ready to publish on your websites from word documents (doc, docx) without installing desktop softwares
Word to Clean Htmlคืออะไร?
Word to Clean Html เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://online.standaloneinstaller.com และคุณลักษณะหลักของมันคือ "Generate clean html ready to publish on your websites from word documents (doc, docx) without installing desktop softwares"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Word to Clean Html
ดาวน์โหลดไฟล์ส่วนขยาย Word to Clean Html ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When we export our documents from MS Word application to html format, resulting html contains too much html styling that is hard to edit to export them on websites as it is. So here is an online tool that will convert your word documents to clean html. Its an online utility, so extension icon click works as a shortcut for this converter.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | eekopbkjofdlgikghfgjiogloblalecj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/word-to-clean-html/eekopbkjofdlgikghfgjiogloblalecj |
คำอธิบาย | Generate clean html ready to publish on your websites from word documents (doc, docx) without installing desktop softwares |
ขนาดไฟล์ | 47.87 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2020-05-29 |
วันที่เผยแพร่ | 2020-05-29 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | http://online.standaloneinstaller.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://online.standaloneinstaller.com/word-to-clean-html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word to Clean Html", "default_locale": "en", "description": "Generate clean html ready to publish on your websites from word documents (doc, docx) without installing desktop softwares", "background": { "scripts": [ "background.js" ] }, "version": "2.0", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |