Save to Google Drive

Save to Google Drive

Save web content or screen capture directly to Google Drive.

Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "19": "images/driveicon19.png",
      "38": "images/driveicon38.png"
    }
  },
  "background": {
    "service_worker": "js/backgroundpagebootstrap.js"
  },
  "default_locale": "en",
  "description": "__MSG_EXT_DESCRIPTION__",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "images/driveicon16.png",
    "32": "images/driveicon32.png",
    "48": "images/driveicon48.png",
    "128": "images/driveicon128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_CHROME_EXTENSION_NAME__",
  "oauth2": {
    "client_id": "351861205747-jdceupirmv7o77ne1a3b4qh1klct94ck.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive.file",
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "options_page": "options.html",
  "permissions": [
    "contextMenus",
    "identity",
    "printerProvider",
    "notifications",
    "pageCapture",
    "storage",
    "tabs",
    "webRequest",
    "scripting"
  ],
  "version": "3.0.8",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": {
    "email": "drive-web-fe-eng@google.com"
  }
}