html2docx

Download the current page as a Word document.

html2docx란 무엇입니까?

html2docx은(는) Patrick X. Gray에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download the current page as a Word document."입니다.

확장 프로그램 스크린샷

screenshot

html2docx 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 html2docx html2docx
ID dbhoblefpnccdoaafjfoccgpdlfgkfai
공식 URL https://chromewebstore.google.com/detail/html2docx/dbhoblefpnccdoaafjfoccgpdlfgkfai
설명 Download the current page as a Word document.
파일 크기 164 KB
설치 횟수 627
현재 버전 0.4.4
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 2.33/5 총 3 개의 평점
개발자 Patrick X. Gray
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    ]
}