Download Link Generator

Generate direct download link from Dropbox, Google Drive, OneDrive file share link.

Download Link Generatorとは何ですか?

Download Link Generatorはhttps://hahahumble.comによって開発されたChromeの拡張機能で、その主な機能は「Generate direct download link from Dropbox, Google Drive, OneDrive file share link.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Download Link Generator拡張機能のCRXファイルをダウンロード

Download Link Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ✨ Features
* ⏬ Quickly generate direct download link from file share link.
* ⚡️ Copy the generated link with one click.
* 💻 Support Dropbox, Google Drive and OneDrive.
* 🌛 Beautiful user interface and supports dark mode.

🚀 Quick Links
- This extension is open source, click the link below to check it out
* https://github.com/hahahumble/Download-Link-Generator

🌟 Update
- Version 0.1.4
* 🐛 Fixed some bugs
* 🏞️ Update the app icon

❗️ Notice
* This extension required the "storage" and "clipboard" privilege. It won't collect, read or transmit any data of any kind.                    

拡張機能の基本情報

名前 Download Link Generator Download Link Generator
ID pdpkjopaadpdkcjpinofggoejdjfklpp
公式URL https://chromewebstore.google.com/detail/download-link-generator/pdpkjopaadpdkcjpinofggoejdjfklpp
説明 Generate direct download link from Dropbox, Google Drive, OneDrive file share link.
ファイルサイズ 559 KB
インストール数 3,000
現在のバージョン 0.1.4
最終更新日 2022-12-02
公開日 2022-09-04
評価 5.00/5 合計 1 レビュー
開発者 https://hahahumble.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/hahahumble/Download-Link-Generator
ヘルプページのURL https://github.com/hahahumble/Download-Link-Generator
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "0.1.4",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        "storage"
    ],
    "icons": {
        "128": "icon128.png",
        "196": "icon196.png",
        "512": "icon512.png"
    },
    "action": {
        "default_icon": {
            "192": "icon196.png"
        },
        "default_title": "Popup",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}