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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}