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.
O que é Save to Cloud?
Save to Cloud é uma extensão do Chrome desenvolvida por https://www.pdfzorro.com, e sua principal característica é "Save PDF, images or webpages - opened in Chrome - to the cloud drive. You can select a folder where the file should be saved.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Save to Cloud
Baixe arquivos de extensão Save to Cloud no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Save to Cloud |
ID | pacllhnfaalmndlofaggllkjdonlgjnc |
URL Oficial | https://chromewebstore.google.com/detail/save-to-cloud/pacllhnfaalmndlofaggllkjdonlgjnc |
Descrição | Save PDF, images or webpages - opened in Chrome - to the cloud drive. You can select a folder where the file should be saved. |
Tamanho do Arquivo | 499 KB |
Contagem de Instalações | 10,912 |
Versão Atual | 0.0.0.23 |
Última Atualização | 2019-09-07 |
Data de Publicação | 2019-09-07 |
Classificação | 3.18/5 Total de 34 Avaliações |
Desenvolvedor | https://www.pdfzorro.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.pdfzorro.com |
URL da Página de Política de Privacidade | https://www.pdfzorro.com/EDIT/terms.php |
Idiomas Suportados | 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" } } |