Save to Google Drive

Save web content or screen capture directly to Google Drive.

Co je Save to Google Drive?

Save to Google Drive je rozšíření Chrome vyvinuté https://drive.google.com, a jeho hlavní funkcí je „Save web content or screen capture directly to Google Drive.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Save to Google Drive

Stáhněte si soubory rozšíření Save to Google Drive ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Save to Google Drive Save to Google Drive
ID gmbmikajjgmnabiglmofipeabaddhgne
Oficiální URL https://chromewebstore.google.com/detail/save-to-google-drive/gmbmikajjgmnabiglmofipeabaddhgne
Popis Save web content or screen capture directly to Google Drive.
Velikost souboru 657 KB
Počet instalací 7,351,696
Aktuální Verze 3.0.4
Poslední Aktualizace 2023-02-13
Datum Vydání 2014-06-16
Hodnocení 3.93/5 Celkem 4815 Hodnocení
Vývojář https://drive.google.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://googledrive.blogspot.com/2012/12/introducing-save-to-drive-extension.html
URL Stránky Nápovědy http://support.google.com/drive/?p=extension_help
Podporované Jazyky 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]"
    }
}