Google Drive Direct Link Generator

Instantly convert Google Drive links into direct download URLs with this handy extension.

Google Drive Direct Link Generator là gì?

Google Drive Direct Link Generator là một tiện ích mở rộng Chrome được phát triển bởi giorgioliapakis, và tính năng chính của nó là "Instantly convert Google Drive links into direct download URLs with this handy extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Drive Direct Link Generator

Tải xuống các tệp mở rộng Google Drive Direct Link Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        A simple, user-friendly extension that transforms your Google Drive file links into direct download URLs.

Here's how you use the tool:

1. Install the extension.
2. Click on the extension icon, you'll see a dialog box.
3. Simply paste your Google Drive file URL in the input field.
4. Your Direct Download link will be automatically generated in the output field below.
5. Click on 'Copy' to copy the generated Direct Download link to your clipboard and share as needed.

Please note:

- This extension doesn't support shared drive links.
- This tool only works with files hosted on Google Drive, not Google Docs, Sheets, or Slides.
- The file for which the direct download link was generated must have shareable permissions, i.e., anyone with the link can view or download.
- The extension doesn't collect, store, or share any personal user or link data.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Drive Direct Link Generator Google Drive Direct Link Generator
ID ebfajbnnlkjdogmocghbakjbncbgiljb
URL Chính Thức https://chromewebstore.google.com/detail/google-drive-direct-link/ebfajbnnlkjdogmocghbakjbncbgiljb
Mô tả Instantly convert Google Drive links into direct download URLs with this handy extension.
Kích Thước Tệp 38.09 KB
Số Lần Cài Đặt 1,613
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-09-10
Ngày Phát Hành 2023-09-10
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển giorgioliapakis
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://giorgio.co/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Drive Direct Link Generator",
    "version": "1.0",
    "permissions": [
        "clipboardWrite"
    ],
    "description": "Instantly convert Google Drive links into direct download URLs with this handy extension.",
    "action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}