HTML Table to Markdown

Convert an HTML Table to Markdown for easy export.

什麼是HTML Table to Markdown?

HTML Table to Markdown是由kbravh開發的Chrome擴展程式,該擴展的主要功能是“Convert an HTML Table to Markdown for easy export.”。

擴展截圖

screenshot
screenshot
screenshot

下載HTML Table to Markdown擴展crx文件

下載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
官方網址 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"
    }
}