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 |
官方URL | 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" } } |