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

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Word to Clean Html

قم بتنزيل ملفات الامتداد Word to Clean Html بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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.                    

معلومات أساسية عن التمديد

الاسم Word to Clean Html Word to Clean Html
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"
    }
}