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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    }
}