html2docx

Download the current page as a Word document.

Qu'est-ce que html2docx ?

html2docx est une extension Chrome développée par Patrick X. Gray, et sa fonction principale est "Download the current page as a Word document.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension html2docx

Téléchargez les fichiers d'extension html2docx au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom html2docx html2docx
ID dbhoblefpnccdoaafjfoccgpdlfgkfai
URL Officiel https://chromewebstore.google.com/detail/html2docx/dbhoblefpnccdoaafjfoccgpdlfgkfai
Description Download the current page as a Word document.
Taille du Fichier 164 KB
Nombre d'Installations 627
Version Actuelle 0.4.4
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 2.33/5 Total 3 Évaluations
Développeur Patrick X. Gray
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}