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
公式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
Eメール [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"
    }
}