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是由http://online.standaloneinstaller.com開發的Chrome擴展程式,該擴展的主要功能是“Generate clean html ready to publish on your websites from word documents (doc, docx) without installing desktop softwares”。

擴展截圖

screenshot

下載Word to Clean Html擴展crx文件

下載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.                    

擴展基本資訊

名稱 Word to Clean Html Word to Clean Html
ID eekopbkjofdlgikghfgjiogloblalecj
官方網址 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"
    }
}