HTML Table to Markdown
Convert an HTML Table to Markdown for easy export.
Was ist HTML Table to Markdown?
HTML Table to Markdown ist eine Chrome-Erweiterung, die von kbravh entwickelt wurde, und ihr Hauptmerkmal ist "Convert an HTML Table to Markdown for easy export.".
Erweiterungsscreenshots
HTML Table to Markdown-Erweiterungs-CRX-Datei herunterladen
Laden Sie HTML Table to Markdown-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | HTML Table to Markdown |
ID | ghcdpakfleapaahmemphphdojhdabojj |
Offizielle URL | https://chromewebstore.google.com/detail/html-table-to-markdown/ghcdpakfleapaahmemphphdojhdabojj |
Beschreibung | Convert an HTML Table to Markdown for easy export. |
Dateigröße | 30.29 KB |
Installationsanzahl | 1,654 |
Aktuelle Version | 1.3.0 |
Letztes Update | 2023-01-26 |
Veröffentlichungsdatum | 2020-08-20 |
Bewertung | 4.82/5 Insgesamt 11 Bewertungen |
Entwickler | kbravh |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/kbravh/table-to-markdown |
Hilfeseite URL | https://github.com/kbravh/table-to-markdown/issues |
Unterstützte Sprachen | 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" } } |