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?
MultCloud Save - Save Webpage as PDF是由multcloud.com開發的Chrome擴展程式,該擴展的主要功能是“Save webpages in Chrome as PDF or images and save to the cloud or local.”。
擴展截圖
下載MultCloud Save - Save Webpage as PDF擴展crx文件
下載MultCloud Save - Save Webpage as PDF擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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]
擴展基本資訊
名稱 | MultCloud Save - Save Webpage as PDF |
ID | cnlaohencefcfmblbcphhmfcehekfnik |
官方網址 | https://chromewebstore.google.com/detail/multcloud-save-save-webpa/cnlaohencefcfmblbcphhmfcehekfnik |
簡介 | Save webpages in Chrome as PDF or images and save to the cloud or local. |
檔案大小 | 978 KB |
安裝次數 | 64 |
目前版本 | 1.1.0 |
更新時間 | 2024-02-29 |
上架時間 | 2024-02-02 |
評分 | 5.00/5 共 1 次評分 |
開發者 | multcloud.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.multcloud.com/ |
說明頁面URL | https://www.multcloud.com/support.html |
隱私政策頁面URL | https://multcloud.com/policy |
支援的語言 | 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" } } } |