Docx to HTML Converter
Convert docx documents to html with no hassle
What is Docx to HTML Converter?
Docx to HTML Converter is a Chrome extension developed by https://online-converter.freepdfsolutions.com, and its main feature is "Convert docx documents to html with no hassle".
Extension Screenshots
Download Docx to HTML Converter Extension CRX File
Download Docx to HTML Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Docx to HTML Converter |
ID | olmldjaicdbnkabfiieclmigepfakdoj |
Official URL | https://chromewebstore.google.com/detail/docx-to-html-converter/olmldjaicdbnkabfiieclmigepfakdoj |
Description | Convert docx documents to html with no hassle |
File Size | 16.2 KB |
Installation Count | 1,183 |
Current Version | 3.0 |
Last Updated | 2020-06-02 |
Publish Date | 2020-06-01 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://online-converter.freepdfsolutions.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://freeconverting.com/privacy.php |
Supported Languages | 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" } } |