HTML Table to Markdown
Convert an HTML Table to Markdown for easy export.
What is HTML Table to Markdown?
HTML Table to Markdown is a Chrome extension developed by kbravh, and its main feature is "Convert an HTML Table to Markdown for easy export.".
Extension Screenshots
Download HTML Table to Markdown Extension CRX File
Download HTML Table to Markdown extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | HTML Table to Markdown |
ID | ghcdpakfleapaahmemphphdojhdabojj |
Official URL | https://chromewebstore.google.com/detail/html-table-to-markdown/ghcdpakfleapaahmemphphdojhdabojj |
Description | Convert an HTML Table to Markdown for easy export. |
File Size | 30.29 KB |
Installation Count | 1,654 |
Current Version | 1.3.0 |
Last Updated | 2023-01-26 |
Publish Date | 2020-08-20 |
Rating | 4.82/5 Total 11 Ratings |
Developer | kbravh |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/kbravh/table-to-markdown |
Help Page URL | https://github.com/kbravh/table-to-markdown/issues |
Supported Languages | 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" } } |