html2docx
Download the current page as a Word document.
什么是html2docx?
html2docx是由Patrick X. Gray开发的Chrome扩展程序,该扩展的主要功能是“Download the current page as a Word document.”。
扩展截图
下载html2docx扩展crx文件
下载html2docx扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" ] } |