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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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