HTML to Markdown

Translate a selected HTML text to equivalent markdown format

O que é HTML to Markdown?

HTML to Markdown é uma extensão do Chrome desenvolvida por https://github.com/geraldnguyen, e sua principal característica é "Translate a selected HTML text to equivalent markdown format".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão HTML to Markdown

Baixe arquivos de extensão HTML to Markdown no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome HTML to Markdown HTML to Markdown
ID kgfecdionnddbhjfeanngjbpnnglnpho
URL Oficial https://chromewebstore.google.com/detail/html-to-markdown/kgfecdionnddbhjfeanngjbpnnglnpho
Descrição Translate a selected HTML text to equivalent markdown format
Tamanho do Arquivo 3.41 MB
Contagem de Instalações 1,000
Versão Atual 2.0
Última Atualização 2021-06-06
Data de Publicação 2021-02-22
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor https://github.com/geraldnguyen
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}