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文件
下載Save to Cloud擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | pacllhnfaalmndlofaggllkjdonlgjnc |
| 官方網址 | 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"
}
} | |