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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" } } } |