HTML Table to Markdown

Convert an HTML Table to Markdown for easy export.

Что такое HTML Table to Markdown?

HTML Table to Markdown - это расширение Chrome, разработанное kbravh, и его основная функция - "Convert an HTML Table to Markdown for easy export.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения HTML Table to Markdown

Скачайте файлы расширений 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 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"
    }
}