HTML Table to Markdown

Convert an HTML Table to Markdown for easy export.

ما هو HTML Table to Markdown؟

HTML Table to Markdown هو إضافة Chrome تم تطويرها بواسطة kbravh، والميزة الرئيسية لها هي "Convert an HTML Table to Markdown for easy export.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة HTML Table to Markdown

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

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

                        This extension provides a simple way to export an HTML table in Markdown format.

Simply select the table you'd like to export by right-clicking and choosing Inspect, then open the Table to Markdown tab and hit Convert!

This extension can handle a wide variety of HTML tables, including tables with missing cells, tables without headers, and tables with cells that span multiple rows and columns.

Read the full README and see examples on the GitHub page at https://github.com/kbravh/table-to-markdown.                    

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

الاسم HTML Table to Markdown HTML Table to Markdown
ID ghcdpakfleapaahmemphphdojhdabojj
عنوان URL الرسمي https://chromewebstore.google.com/detail/html-table-to-markdown/ghcdpakfleapaahmemphphdojhdabojj
الوصف Convert an HTML Table to Markdown for easy export.
حجم الملف 30.29 KB
عدد التثبيتات 1,654
النسخة الحالية 1.3.0
آخر تحديث 2023-01-26
تاريخ النشر 2020-08-20
تقييم 4.82/5 مجموع تقييمات 11
المطور kbravh
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/kbravh/table-to-markdown
عنوان صفحة المساعدة https://github.com/kbravh/table-to-markdown/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HTML Table to Markdown",
    "version": "1.3.0",
    "description": "Convert an HTML Table to Markdown for easy export.",
    "manifest_version": 3,
    "devtools_page": "devtools.html",
    "icons": {
        "16": "images\/logo_16.png",
        "32": "images\/logo_32.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    }
}