Right PDF
Convert a web page to PDF
Right PDF là gì?
Right PDF là một tiện ích mở rộng Chrome được phát triển bởi ZEON Corporation, và tính năng chính của nó là "Convert a web page to PDF".
Ả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 Right PDF
Tải xuống các tệp mở rộng Right 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
A tool to convert web pages to PDF. *This Right PDF extension only works if Right PDF Pro/Converter 6 or a higher version is installed on your computer. It functions only in a Windows environment. ◎ Quick conversion: just right-click a link and select to convert link target to PDF, or append to PDF. ◎ Converter features: - Web pages to PDF - Append web page to PDF - Convert web page and send as email attachment - Convert current webpage and send to supported DMS - Layout settings provide page size and orientation options
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Right PDF |
ID | hnippoceddhgemkfdlbmfhmadmfknfcm |
URL Chính Thức | https://chromewebstore.google.com/detail/right-pdf/hnippoceddhgemkfdlbmfhmadmfknfcm |
Mô tả | Convert a web page to PDF |
Kích Thước Tệp | 29.86 KB |
Số Lần Cài Đặt | 131 |
Phiên Bản Hiện Tại | 1.0.0.7 |
Cập Nhật Lần Cuối | 2022-05-23 |
Ngày Phát Hành | 2022-05-22 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | ZEON Corporation |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.rightpdf.com |
URL Trang Trợ Giúp | https://support.rightpdf.com |
Ngôn Ngữ Được Hỗ Trợ | en,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "default_locale": "en", "name": "__MSG_web2pdfExtnName__", "description": "__MSG_web2pdfExtnDescription__", "background": { "service_worker": "background.js" }, "action": { "default_icon": "skin\/action_disabled_19x19.png", "default_title": "__MSG_web2pdfBrowserActionToolTip__" }, "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "permissions": [ "contextMenus", "nativeMessaging", "tabs", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "skin\/logo_16x16.png", "48": "skin\/logo_48x48.png", "128": "skin\/logo_128x128.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0.7", "manifest_version": 3 } |