Docx to HTML Converter
Convert docx documents to html with no hassle
什麼是Docx to HTML Converter?
Docx to HTML Converter是由https://online-converter.freepdfsolutions.com開發的Chrome擴展程式,該擴展的主要功能是“Convert docx documents to html with no hassle”。
擴展截圖
下載Docx to HTML Converter擴展crx文件
下載Docx to HTML Converter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
How to convert docx to html? 1-Click on extension icon, this will open our online converter utility. 2-Drag Drop or Browse docx files, enter your email address and click convert button. Your docx file will be converted to html file.
擴展基本資訊
名稱 | Docx to HTML Converter |
ID | olmldjaicdbnkabfiieclmigepfakdoj |
官方網址 | https://chromewebstore.google.com/detail/docx-to-html-converter/olmldjaicdbnkabfiieclmigepfakdoj |
簡介 | Convert docx documents to html with no hassle |
檔案大小 | 16.2 KB |
安裝次數 | 1,183 |
目前版本 | 3.0 |
更新時間 | 2020-06-02 |
上架時間 | 2020-06-01 |
評分 | 5.00/5 共 3 次評分 |
開發者 | https://online-converter.freepdfsolutions.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://freeconverting.com/privacy.php |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Docx to HTML Converter", "default_locale": "en", "description": "Convert docx documents to html with no hassle", "background": { "scripts": [ "background.js" ] }, "version": "3.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" } } |