html2docx

Download the current page as a Word document.

O que é html2docx?

html2docx é uma extensão do Chrome desenvolvida por Patrick X. Gray, e sua principal característica é "Download the current page as a Word document.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão html2docx

Baixe arquivos de extensão html2docx 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

                        Adds a browser action button which downloads the currently displayed website to a Word document when clicked.  Works with most websites.

New in version 0.4.4:
If you have a selection, html2docx will only download the selected text (respecting HTML style).  If you have no selection, html2docx will download the whole page.

New in version 0.3:
CSS rules are now captured                    

Informações Básicas da Extensão

Nome html2docx html2docx
ID dbhoblefpnccdoaafjfoccgpdlfgkfai
URL Oficial https://chromewebstore.google.com/detail/html2docx/dbhoblefpnccdoaafjfoccgpdlfgkfai
Descrição Download the current page as a Word document.
Tamanho do Arquivo 164 KB
Contagem de Instalações 627
Versão Atual 0.4.4
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor Patrick X. Gray
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "html2docx",
    "short_name": "html2docx",
    "version": "0.4.4",
    "manifest_version": 2,
    "description": "Download the current page as a Word document.",
    "homepage_url": "https:\/\/www.linkedin.com\/in\/patrick-gray-28b2163a",
    "icons": {
        "16": "images\/html2docx-16.png",
        "48": "images\/html2docx-48.png",
        "128": "images\/html2docx-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js",
            "lib\/he.js",
            "lib\/FileSaver.min.js",
            "lib\/linq.js",
            "lib\/ltxml.js",
            "lib\/ltxml-extensions.js",
            "lib\/jszip.js",
            "lib\/jszip-deflate.js",
            "lib\/jszip-inflate.js",
            "lib\/jszip-load.js",
            "lib\/openxml.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "html2docx"
    },
    "permissions": [
        "activeTab"
    ]
}