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”。
扩展截图
下载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.
扩展基本信息
名称 | |
ID | eekopbkjofdlgikghfgjiogloblalecj |
官方URL | 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" } } |