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
Eメール [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"
    }
}