Save to Cloud
Save PDF, images or webpages - opened in Chrome - to the cloud drive. You can select a folder where the file should be saved.
Save to Cloud란 무엇입니까?
Save to Cloud은(는) https://www.pdfzorro.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save PDF, images or webpages - opened in Chrome - to the cloud drive. You can select a folder where the file should be saved."입니다.
확장 프로그램 스크린샷
Save to Cloud 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With this extension you can save your documents directly from the browser to Google Drive. - Save PDF or image files (opened with Chrome) with a few clicks directly to your Google Drive - Use this extension as snipping tool. Take a screenshot of a complete website. Also you can Crop/Cut the screenshot and send via Email in our Online Editor. - Select a folder where the file should be save. For every file you will save to gdrive you can select a folder. Info: To use this extension, you must allow "URL Access". You will find this options in: More tools -> Extensions -> Save to Google Drive: ✓ Allow access to file URL for 'Save to Google Drive'. UPDATE: Now you can also edit the pdf file with PDFzorro, a free PDF Online Editor! UPDATE (29.08.2019): The Extension needs access to your GoogleDrive via the drive-scope. The Extension use this scope to save the document (opened in the browser) to your private GoogleDrive Cloudspace.
확장 프로그램 기본 정보
이름 | Save to Cloud |
ID | pacllhnfaalmndlofaggllkjdonlgjnc |
공식 URL | https://chromewebstore.google.com/detail/save-to-cloud/pacllhnfaalmndlofaggllkjdonlgjnc |
설명 | Save PDF, images or webpages - opened in Chrome - to the cloud drive. You can select a folder where the file should be saved. |
파일 크기 | 499 KB |
설치 횟수 | 10,912 |
현재 버전 | 0.0.0.23 |
최근 업데이트 | 2019-09-07 |
출시 날짜 | 2019-09-07 |
평점 | 3.18/5 총 34 개의 평점 |
개발자 | https://www.pdfzorro.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.pdfzorro.com |
개인정보 보호 정책 페이지 URL | https://www.pdfzorro.com/EDIT/terms.php |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "permissions": [ "activeTab", "downloads", "https:\/\/savetogdrive.pdfzorro.com\/*", "https:\/\/www.pdfzorro.com\/*" ], "name": "Save to Cloud", "version": "0.0.0.23", "short_name": "Save to your cloud drive", "description": "Save PDF, images or webpages - opened in Chrome - to the cloud drive. You can select a folder where the file should be saved.", "icons": { "16": "logo16.png", "128": "logo.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |