HTML Table to Markdown

Convert an HTML Table to Markdown for easy export.

HTML Table to Markdown là gì?

HTML Table to Markdown là một tiện ích mở rộng Chrome được phát triển bởi kbravh, và tính năng chính của nó là "Convert an HTML Table to Markdown for easy export.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HTML Table to Markdown

Tải xuống các tệp mở rộng HTML Table to Markdown dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HTML Table to Markdown HTML Table to Markdown
ID ghcdpakfleapaahmemphphdojhdabojj
URL Chính Thức https://chromewebstore.google.com/detail/html-table-to-markdown/ghcdpakfleapaahmemphphdojhdabojj
Mô tả Convert an HTML Table to Markdown for easy export.
Kích Thước Tệp 30.29 KB
Số Lần Cài Đặt 1,654
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2023-01-26
Ngày Phát Hành 2020-08-20
Đánh Giá 4.82/5 Tổng số 11 Đánh Giá
Nhà Phát Triển kbravh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kbravh/table-to-markdown
URL Trang Trợ Giúp https://github.com/kbravh/table-to-markdown/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}