Download Link Generator
Generate direct download link from Dropbox, Google Drive, OneDrive file share link.
Qu'est-ce que Download Link Generator ?
Download Link Generator est une extension Chrome développée par https://hahahumble.com, et sa fonction principale est "Generate direct download link from Dropbox, Google Drive, OneDrive file share link.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Download Link Generator
Téléchargez les fichiers d'extension Download Link Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
✨ 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.
Informations de Base sur l'Extension
Nom | Download Link Generator |
ID | pdpkjopaadpdkcjpinofggoejdjfklpp |
URL Officiel | https://chromewebstore.google.com/detail/download-link-generator/pdpkjopaadpdkcjpinofggoejdjfklpp |
Description | Generate direct download link from Dropbox, Google Drive, OneDrive file share link. |
Taille du Fichier | 559 KB |
Nombre d'Installations | 3,000 |
Version Actuelle | 0.1.4 |
Dernière Mise à Jour | 2022-12-02 |
Date de Publication | 2022-09-04 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://hahahumble.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/hahahumble/Download-Link-Generator |
URL de la Page d'Aide | https://github.com/hahahumble/Download-Link-Generator |
Langues Prises en Charge | 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" } |