Download Link Generator
Generate direct download link from Dropbox, Google Drive, OneDrive file share link.
Cos'è Download Link Generator?
Download Link Generator è un'estensione di Chrome sviluppata da https://hahahumble.com, e la sua funzione principale è "Generate direct download link from Dropbox, Google Drive, OneDrive file share link.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Download Link Generator
Scarica i file di estensione Download Link Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
✨ 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.
Informazioni di Base sull'Estensione
Nome | Download Link Generator |
ID | pdpkjopaadpdkcjpinofggoejdjfklpp |
URL Ufficiale | https://chromewebstore.google.com/detail/download-link-generator/pdpkjopaadpdkcjpinofggoejdjfklpp |
Descrizione | Generate direct download link from Dropbox, Google Drive, OneDrive file share link. |
Dimensione del File | 559 KB |
Conteggio Installazioni | 3,000 |
Versione Corrente | 0.1.4 |
Ultimo Aggiornamento | 2022-12-02 |
Data di Pubblicazione | 2022-09-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://hahahumble.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/hahahumble/Download-Link-Generator |
URL della Pagina di Aiuto | https://github.com/hahahumble/Download-Link-Generator |
Lingue Supportate | 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" } |