Save to Google Drive

Save web content or screen capture directly to Google Drive.

什么是Save to Google Drive?

Save to Google Drive是由https://drive.google.com开发的Chrome扩展程序,该扩展的主要功能是“Save web content or screen capture directly to Google Drive.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Save to Google Drive扩展crx文件

下载Save to Google Drive扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/.                    

扩展基本信息

名称 Save to Google Drive Save to Google Drive
ID gmbmikajjgmnabiglmofipeabaddhgne
官方URL https://chromewebstore.google.com/detail/save-to-google-drive/gmbmikajjgmnabiglmofipeabaddhgne
简介 Save web content or screen capture directly to Google Drive.
文件大小 657 KB
安装次数 7,351,696
当前版本 3.0.4
更新时间 2023-02-13
上架时间 2014-06-16
评分 3.93/5 共4815次评分
开发者 https://drive.google.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://googledrive.blogspot.com/2012/12/introducing-save-to-drive-extension.html
帮助页面URL http://support.google.com/drive/?p=extension_help
支持的语言 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]"
    }
}