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 - это расширение Chrome, разработанное http://online.standaloneinstaller.com, и его основная функция - "Generate clean html ready to publish on your websites from word documents (doc, docx) without installing desktop softwares".
Снимки экрана расширения
Скачать файл CRX расширения Word to Clean Html
Скачайте файлы расширений 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" } } |