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.
Was ist Save to Cloud?
Save to Cloud ist eine Chrome-Erweiterung, die von https://www.pdfzorro.com entwickelt wurde, und ihr Hauptmerkmal ist "Save PDF, images or webpages - opened in Chrome - to the cloud drive. You can select a folder where the file should be saved.".
Erweiterungsscreenshots
Save to Cloud-Erweiterungs-CRX-Datei herunterladen
Laden Sie Save to Cloud-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Save to Cloud |
ID | pacllhnfaalmndlofaggllkjdonlgjnc |
Offizielle URL | https://chromewebstore.google.com/detail/save-to-cloud/pacllhnfaalmndlofaggllkjdonlgjnc |
Beschreibung | Save PDF, images or webpages - opened in Chrome - to the cloud drive. You can select a folder where the file should be saved. |
Dateigröße | 499 KB |
Installationsanzahl | 10,912 |
Aktuelle Version | 0.0.0.23 |
Letztes Update | 2019-09-07 |
Veröffentlichungsdatum | 2019-09-07 |
Bewertung | 3.18/5 Insgesamt 34 Bewertungen |
Entwickler | https://www.pdfzorro.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.pdfzorro.com |
URL der Datenschutzrichtlinien-Seite | https://www.pdfzorro.com/EDIT/terms.php |
Unterstützte Sprachen | 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" } } |