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.
Qu'est-ce que Save to Cloud ?
Save to Cloud est une extension Chrome développée par https://www.pdfzorro.com, et sa fonction principale est "Save PDF, images or webpages - opened in Chrome - to the cloud drive. You can select a folder where the file should be saved.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Save to Cloud
Téléchargez les fichiers d'extension Save to Cloud au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Save to Cloud |
ID | pacllhnfaalmndlofaggllkjdonlgjnc |
URL Officiel | https://chromewebstore.google.com/detail/save-to-cloud/pacllhnfaalmndlofaggllkjdonlgjnc |
Description | Save PDF, images or webpages - opened in Chrome - to the cloud drive. You can select a folder where the file should be saved. |
Taille du Fichier | 499 KB |
Nombre d'Installations | 10,912 |
Version Actuelle | 0.0.0.23 |
Dernière Mise à Jour | 2019-09-07 |
Date de Publication | 2019-09-07 |
Évaluation | 3.18/5 Total 34 Évaluations |
Développeur | https://www.pdfzorro.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.pdfzorro.com |
URL de la Page de Politique de Confidentialité | https://www.pdfzorro.com/EDIT/terms.php |
Langues Prises en Charge | 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" } } |