Word to Clean Html

Generate clean html ready to publish on your websites from word documents (doc, docx) without installing desktop softwares

What is Word to Clean Html?

Word to Clean Html is a Chrome extension developed by http://online.standaloneinstaller.com, and its main feature is "Generate clean html ready to publish on your websites from word documents (doc, docx) without installing desktop softwares".

Extension Screenshots

screenshot

Download Word to Clean Html Extension CRX File

Download Word to Clean Html 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

                        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.                    

Extension Basic Information

Name Word to Clean Html Word to Clean Html
ID eekopbkjofdlgikghfgjiogloblalecj
Official URL https://chrome.google.com/webstore/detail/word-to-clean-html/eekopbkjofdlgikghfgjiogloblalecj
Description Generate clean html ready to publish on your websites from word documents (doc, docx) without installing desktop softwares
File Size 47.87 KB
Installation Count 1,000
Current Version 2.0
Last Updated 2020-05-29
Publish Date 2020-05-29
Rating 5.00/5 Total 3 Ratings
Developer http://online.standaloneinstaller.com
Payment Type free
Extension Website http://online.standaloneinstaller.com/word-to-clean-html
Supported Languages 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"
    }
}