Webpage to PDF
Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.
Webpage to PDF là gì?
Webpage to PDF 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 a PDF document that resembles as closely as possible what you see in the browser.".
Ả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 PDF
Tải xuống các tệp mở rộng Webpage to PDF 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 PDF document. 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. The PDF conversion tries to make the PDF closely resemble the actual web page using the correct styling. 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 PDF |
ID | jhblddikdaedhaajknaedddoimchpdfj |
URL Chính Thức | https://chromewebstore.google.com/detail/webpage-to-pdf/jhblddikdaedhaajknaedddoimchpdfj |
Mô tả | Convert any web page to a PDF document that resembles as closely as possible what you see in the browser. |
Kích Thước Tệp | 244 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.0.9 |
Cập Nhật Lần Cuối | 2024-02-26 |
Ngày Phát Hành | 2023-11-08 |
Đánh Giá | 1.00/5 Tổng số 1 Đá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 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Webpage to PDF", "description": "Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.", "version": "1.0.9", "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" } } |