HTML to Markdown
Translate a selected HTML text to equivalent markdown format
Qu'est-ce que HTML to Markdown ?
HTML to Markdown est une extension Chrome développée par https://github.com/geraldnguyen, et sa fonction principale est "Translate a selected HTML text to equivalent markdown format".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HTML to Markdown
Téléchargez les fichiers d'extension HTML 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
Select and convert headers, paragraphs, images or links on the web into Markdown text quickly and effortlessly Prefer a different markdown favour? Just require a simple converter? Now available in version 2
Informations de Base sur l'Extension
Nom | HTML to Markdown |
ID | kgfecdionnddbhjfeanngjbpnnglnpho |
URL Officiel | https://chromewebstore.google.com/detail/html-to-markdown/kgfecdionnddbhjfeanngjbpnnglnpho |
Description | Translate a selected HTML text to equivalent markdown format |
Taille du Fichier | 3.41 MB |
Nombre d'Installations | 1,000 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2021-06-06 |
Date de Publication | 2021-02-22 |
Évaluation | 4.00/5 Total 3 Évaluations |
Développeur | https://github.com/geraldnguyen |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HTML to Markdown", "version": "2.0", "description": "Translate a selected HTML text to equivalent markdown format", "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" }, "background": { "service_worker": "service-worker.js" }, "action": { "default_popup": "popup.html", "default_title": "Translate a selected HTML text to equivalent markdown format" }, "options_page": "options.html", "permissions": [ "activeTab", "scripting", "clipboardRead", "clipboardWrite", "contextMenus", "storage" ] } |