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
官方網址 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
電子郵箱 [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"
}