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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}