Google Drive Direct Link Generator

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

什么是Google Drive Direct Link Generator?

Google Drive Direct Link Generator是由giorgioliapakis开发的Chrome扩展程序,该扩展的主要功能是“Instantly convert Google Drive links into direct download URLs with this handy extension.”。

扩展截图

screenshot
screenshot

下载Google Drive Direct Link Generator扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 Google Drive Direct Link Generator Google Drive Direct Link Generator
ID ebfajbnnlkjdogmocghbakjbncbgiljb
官方URL https://chromewebstore.google.com/detail/google-drive-direct-link/ebfajbnnlkjdogmocghbakjbncbgiljb
简介 Instantly convert Google Drive links into direct download URLs with this handy extension.
文件大小 38.09 KB
安装次数 1,613
当前版本 1.0
更新时间 2023-09-10
上架时间 2023-09-10
评分 5.00/5 共3次评分
开发者 giorgioliapakis
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://giorgio.co/privacy-policy
支持的语言 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"
    }
}