HTML to Markdown

Translate a selected HTML text to equivalent markdown format

Cos'è HTML to Markdown?

HTML to Markdown è un'estensione di Chrome sviluppata da https://github.com/geraldnguyen, e la sua funzione principale è "Translate a selected HTML text to equivalent markdown format".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione HTML to Markdown

Scarica i file di estensione HTML to Markdown in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome HTML to Markdown HTML to Markdown
ID kgfecdionnddbhjfeanngjbpnnglnpho
URL Ufficiale https://chromewebstore.google.com/detail/html-to-markdown/kgfecdionnddbhjfeanngjbpnnglnpho
Descrizione Translate a selected HTML text to equivalent markdown format
Dimensione del File 3.41 MB
Conteggio Installazioni 1,000
Versione Corrente 2.0
Ultimo Aggiornamento 2021-06-06
Data di Pubblicazione 2021-02-22
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore https://github.com/geraldnguyen
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}