HTML to Markdown
Translate a selected HTML text to equivalent markdown format
Wat is HTML to Markdown?
HTML to Markdown is een Chrome-extensie ontwikkeld door https://github.com/geraldnguyen, en de belangrijkste functie is "Translate a selected HTML text to equivalent markdown format".
Extensie Screenshots
Download het CRX-bestand van de extensie HTML to Markdown
Download HTML to Markdown-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | kgfecdionnddbhjfeanngjbpnnglnpho |
| Officiële URL | https://chromewebstore.google.com/detail/html-to-markdown/kgfecdionnddbhjfeanngjbpnnglnpho |
| Beschrijving | Translate a selected HTML text to equivalent markdown format |
| Bestandsgrootte | 3.41 MB |
| Aantal Installaties | 1,000 |
| Huidige Versie | 2.0 |
| Laatst Bijgewerkt | 2021-06-06 |
| Publicatiedatum | 2021-02-22 |
| Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://github.com/geraldnguyen |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |