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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } } |