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.”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
} | |