Webpage to DOCX
Convert any web page to DOCX.
Webpage to DOCX là gì?
Webpage to DOCX là một tiện ích mở rộng Chrome được phát triển bởi https://grabz.it, và tính năng chính của nó là "Convert any web page to DOCX.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Webpage to DOCX
Tải xuống các tệp mở rộng Webpage to DOCX 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
Quickly convert any webpage to a DOCX document, that can be opened in Microsoft Word and other applications. This application reads the content of the current web page and sends it to GrabzIt's API for conversion before automatically downloading it to your computer. Once you have installed your application just follow the instructions in the extension to get your own free application key, enter it into the extension and get converting!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Webpage to DOCX |
ID | lgnilmnjhjckgcgbljmemfmblpjmjfjn |
URL Chính Thức | https://chromewebstore.google.com/detail/webpage-to-docx/lgnilmnjhjckgcgbljmemfmblpjmjfjn |
Mô tả | Convert any web page to DOCX. |
Kích Thước Tệp | 244 KB |
Số Lần Cài Đặt | 1,506 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2024-02-26 |
Ngày Phát Hành | 2023-06-23 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://grabz.it |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://grabz.it |
URL Trang Trợ Giúp | https://grabz.it/contact/ |
URL Trang Chính Sách Bảo Mật | https://grabz.it/legal/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Webpage to DOCX", "description": "Convert any web page to DOCX.", "version": "1.1.1", "options_page": "options.html", "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "host_permissions": [ "*:\/\/grabz.it\/*" ], "permissions": [ "activeTab", "storage", "scripting", "downloads" ], "icons": { "48": "icon48.png", "64": "icon64.png", "96": "icon.png", "128": "icon128.png" } } |