HTML Table to Markdown

Convert an HTML Table to Markdown for easy export.

Apa itu HTML Table to Markdown?

HTML Table to Markdown adalah ekstensi Chrome yang dikembangkan oleh kbravh, dan fitur utamanya adalah "Convert an HTML Table to Markdown for easy export.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi HTML Table to Markdown

Unduh file ekstensi HTML Table to Markdown dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama HTML Table to Markdown HTML Table to Markdown
ID ghcdpakfleapaahmemphphdojhdabojj
URL Resmi https://chromewebstore.google.com/detail/html-table-to-markdown/ghcdpakfleapaahmemphphdojhdabojj
Deskripsi Convert an HTML Table to Markdown for easy export.
Ukuran File 30.29 KB
Jumlah Instalasi 1,654
Versi Saat Ini 1.3.0
Terakhir Diperbarui 2023-01-26
Tanggal Publikasi 2020-08-20
Penilaian 4.82/5 Total 11 Penilaian
Pengembang kbravh
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/kbravh/table-to-markdown
URL Halaman Bantuan https://github.com/kbravh/table-to-markdown/issues
Bahasa yang Didukung 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"
    }
}