Docx to HTML Converter

Convert docx documents to html with no hassle

Что такое Docx to HTML Converter?

Docx to HTML Converter - это расширение Chrome, разработанное https://online-converter.freepdfsolutions.com, и его основная функция - "Convert docx documents to html with no hassle".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Docx to HTML Converter

Скачайте файлы расширений Docx to HTML Converter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        How to convert docx to html?
1-Click on extension icon, this will open our online converter utility.
2-Drag Drop or Browse docx files, enter your email address and click convert button. Your docx file will be converted to html file.                    

Основная информация о расширении

Название Docx to HTML Converter Docx to HTML Converter
ID olmldjaicdbnkabfiieclmigepfakdoj
Официальный URL https://chromewebstore.google.com/detail/docx-to-html-converter/olmldjaicdbnkabfiieclmigepfakdoj
Описание Convert docx documents to html with no hassle
Размер файла 16.2 KB
Количество установок 1,183
Текущая Версия 3.0
Последнее Обновление 2020-06-02
Дата публикации 2020-06-01
Рейтинг 5.00/5 Всего 3 оценок
Разработчик https://online-converter.freepdfsolutions.com
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://freeconverting.com/privacy.php
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Docx to HTML Converter",
    "default_locale": "en",
    "description": "Convert docx documents to html with no hassle",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "3.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"
    }
}