Save to Google Drive

Save web content or screen capture directly to Google Drive.

What is Save to Google Drive?

Save to Google Drive is a Chrome extension developed by https://drive.google.com, and its main feature is "Save web content or screen capture directly to Google Drive.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Save to Google Drive Extension CRX File

Download Save to Google Drive extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The Save to Google Drive Chrome extension helps you save web content or browser screenshots to your Google Drive.
* Adds a browser action to save the current page.
* Adds a right-click context menu to save hyperlinks and media.
* Configurable through an options page.
* Save a PDF of the current page via the Chrome Print menu


This extension allows you to save web content directly to Google Drive through a browser action or context menu. You can save documents, images, and HTML5 audio and video all by right clicking and selecting 'Save to Google Drive'. You can save the currently viewed page using the 'Save to Google Drive' browser action or as a PDF from the Chrome Print menu.. The directory location and format of saved HTML pages can be controlled with the extension's options page (Choice of Entire image (default), Visible image, Raw HTML, MHTML, or Google Doc). You can automatically convert Microsoft Office files or comma separated files to Google Docs format.

After your content is saved, the progress dialog allows you to open the file, rename, or view the file in the Google Drive document list. From the document list, you can organize and share your new document.

To save a file:// URLs, or to enable in incognito mode, go to chrome://extensions/ and enable the associated checkbox.

Due to security restrictions, this extension cannot capture chrome:// pages or Chrome Web Store pages.

New in Version 2.3.8:
* Fixes authorization bug.

New in Version 2.3.2:
* Fixes a bug where certain PDF files would save without an extension name.

New in Version 2.3.1:
* Bug fixes.
* Allows for the printing of the current page from Google Chrome to Google Drive, as a PDF. Note: Currently Google Chrome provides this feature natively, but this native feature will soon be replaced fully by this Chrome Extension's similar feature.

New in Version 2.1.1:
Bug fixes.

New in Version 2.1:
Authorization now requires you to be signed into Chrome. In order to save to a different Google Drive account, you must change Chrome profiles.

New in Version 2.0.1:
Bug fix for Authentication page redirecting to about:blank after clicking Accept.

New in Version 2:
* Uses OAuth2 authentication flow, so you will need to re-authenticate on first use
* Ability to choose destination folder (configured in Options page)
* Support for high devicePixelRatio (Chrome Pixel & Retina displays)
* Clicking saved folder name displays the newly uploaded file in the destination directory
* Options are stored in shared storage, so are synchronized across browsers if Chrome Sync is enabled.

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

Extension Basic Information

Name Save to Google Drive Save to Google Drive
ID gmbmikajjgmnabiglmofipeabaddhgne
Official URL https://chromewebstore.google.com/detail/save-to-google-drive/gmbmikajjgmnabiglmofipeabaddhgne
Description Save web content or screen capture directly to Google Drive.
File Size 657 KB
Installation Count 7,351,696
Current Version 3.0.4
Last Updated 2023-02-13
Publish Date 2014-06-16
Rating 3.93/5 Total 4815 Ratings
Developer https://drive.google.com
Email [email protected]
Payment Type free
Extension Website http://googledrive.blogspot.com/2012/12/introducing-save-to-drive-extension.html
Help Page URL http://support.google.com/drive/?p=extension_help
Supported Languages id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
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": [
        ""
    ],
    "icons": {
        "128": "images\/driveicon128.png",
        "16": "images\/driveicon16.png",
        "32": "images\/driveicon32.png",
        "48": "images\/driveicon48.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.4",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": {
        "email": "[email protected]"
    }
}