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 |
Eメール | [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" ] } |