MultCloud Save - Save Webpage as PDF
Save webpages in Chrome as PDF or images and save to the cloud or local.
MultCloud Save - Save Webpage as PDF là gì?
MultCloud Save - Save Webpage as PDF là một tiện ích mở rộng Chrome được phát triển bởi multcloud.com, và tính năng chính của nó là "Save webpages in Chrome as PDF or images and save to the cloud or local.".
Ả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 MultCloud Save - Save Webpage as PDF
Tải xuống các tệp mở rộng MultCloud Save - Save Webpage as 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
The extension enables you to easily convert webpages as images or PDF, and save them to cloud or local storage. Moreover, you can even select a specific folder (in cloud or local) where the file should be saved. With the extension, you can: * Convert webpage content into PDF or images for easy offline read anywhere and anytime you want. * Save image files (opened by Chrome) with a few clicks directly to your cloud drive. * Download important documents from the browser to your local or cloud storage. Key Features: * Simple interface makes it easy for anyone to convert website to PDF. * High quality conversion, convert web page content to PDF without distortion. * Support converting website as PDF without header and footers. Website: https://www.multcloud.com Facebook: http://www.facebook.com/multcloud Twitter: https://twitter.com/multcloud Customer support: [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MultCloud Save - Save Webpage as PDF |
ID | cnlaohencefcfmblbcphhmfcehekfnik |
URL Chính Thức | https://chromewebstore.google.com/detail/multcloud-save-save-webpa/cnlaohencefcfmblbcphhmfcehekfnik |
Mô tả | Save webpages in Chrome as PDF or images and save to the cloud or local. |
Kích Thước Tệp | 978 KB |
Số Lần Cài Đặt | 64 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2024-02-29 |
Ngày Phát Hành | 2024-02-02 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | multcloud.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.multcloud.com/ |
URL Trang Trợ Giúp | https://www.multcloud.com/support.html |
URL Trang Chính Sách Bảo Mật | https://multcloud.com/policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MultCloud Save - Save Webpage as PDF", "description": "Save webpages in Chrome as PDF or images and save to the cloud or local. ", "version": "1.1.0", "manifest_version": 3, "permissions": [ "activeTab", "tabs", "scripting", "debugger", "contextMenus", "windows", "cookies", "notifications", "storage" ], "host_permissions": [ "*:\/\/*.multcloud.com\/" ], "externally_connectable": { "matches": [ "https:\/\/www.multcloud.com\/*" ] }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*.multcloud.com\/*" ], "js": [ "jquery.min.js", ".\/auto-login.js" ], "run_at": "document_start", "persistent": true } ], "icons": { "16": "\/logo.png", "32": "\/logo.png", "48": "\/logo.png", "128": "\/logo.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "\/logo.png", "32": "\/logo.png", "48": "\/logo.png", "128": "\/logo.png" } } } |