html2docx

Download the current page as a Word document.

html2docx là gì?

html2docx là một tiện ích mở rộng Chrome được phát triển bởi Patrick X. Gray, và tính năng chính của nó là "Download the current page as a Word document.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng html2docx

Tải xuống các tệp mở rộng html2docx dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên html2docx html2docx
ID dbhoblefpnccdoaafjfoccgpdlfgkfai
URL Chính Thức https://chromewebstore.google.com/detail/html2docx/dbhoblefpnccdoaafjfoccgpdlfgkfai
Mô tả Download the current page as a Word document.
Kích Thước Tệp 164 KB
Số Lần Cài Đặt 627
Phiên Bản Hiện Tại 0.4.4
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Patrick X. Gray
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}