Save to Google Drive

Save web content or screen capture directly to Google Drive.

Save to Google Driveคืออะไร?

Save to Google Drive เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://drive.google.com และคุณลักษณะหลักของมันคือ "Save web content or screen capture directly to Google Drive."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save to Google Drive

ดาวน์โหลดไฟล์ส่วนขยาย 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]"
    }
}