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" } } |