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 |
官方網址 | 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" ] } |