html2docx

Download the current page as a Word document.

Cos'è html2docx?

html2docx è un'estensione di Chrome sviluppata da Patrick X. Gray, e la sua funzione principale è "Download the current page as a Word document.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione html2docx

Scarica i file di estensione html2docx 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

                        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                    

Informazioni di Base sull'Estensione

Nome html2docx html2docx
ID dbhoblefpnccdoaafjfoccgpdlfgkfai
URL Ufficiale https://chromewebstore.google.com/detail/html2docx/dbhoblefpnccdoaafjfoccgpdlfgkfai
Descrizione Download the current page as a Word document.
Dimensione del File 164 KB
Conteggio Installazioni 627
Versione Corrente 0.4.4
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore Patrick X. Gray
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}