Save to Cloud

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.

Merlin
Additional files are visible only to premium users

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"
  }
}