HTML Table to Markdown
Convert an HTML Table to Markdown for easy export.
Qu'est-ce que HTML Table to Markdown ?
HTML Table to Markdown est une extension Chrome développée par kbravh, et sa fonction principale est "Convert an HTML Table to Markdown for easy export.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HTML Table to Markdown
Téléchargez les fichiers d'extension HTML Table to Markdown au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | HTML Table to Markdown |
ID | ghcdpakfleapaahmemphphdojhdabojj |
URL Officiel | https://chromewebstore.google.com/detail/html-table-to-markdown/ghcdpakfleapaahmemphphdojhdabojj |
Description | Convert an HTML Table to Markdown for easy export. |
Taille du Fichier | 30.29 KB |
Nombre d'Installations | 1,654 |
Version Actuelle | 1.3.0 |
Dernière Mise à Jour | 2023-01-26 |
Date de Publication | 2020-08-20 |
Évaluation | 4.82/5 Total 11 Évaluations |
Développeur | kbravh |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/kbravh/table-to-markdown |
URL de la Page d'Aide | https://github.com/kbravh/table-to-markdown/issues |
Langues Prises en Charge | 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" } } |