Download Link Generator
Generate direct download link from Dropbox, Google Drive, OneDrive file share link.
Wat is Download Link Generator?
Download Link Generator is een Chrome-extensie ontwikkeld door https://hahahumble.com, en de belangrijkste functie is "Generate direct download link from Dropbox, Google Drive, OneDrive file share link.".
Extensie Screenshots
Download het CRX-bestand van de extensie Download Link Generator
Download Download Link Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
✨ 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.
Basisinformatie over de Extensie
Naam | Download Link Generator |
ID | pdpkjopaadpdkcjpinofggoejdjfklpp |
Officiële URL | https://chromewebstore.google.com/detail/download-link-generator/pdpkjopaadpdkcjpinofggoejdjfklpp |
Beschrijving | Generate direct download link from Dropbox, Google Drive, OneDrive file share link. |
Bestandsgrootte | 559 KB |
Aantal Installaties | 3,000 |
Huidige Versie | 0.1.4 |
Laatst Bijgewerkt | 2022-12-02 |
Publicatiedatum | 2022-09-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://hahahumble.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/hahahumble/Download-Link-Generator |
Help Pagina-URL | https://github.com/hahahumble/Download-Link-Generator |
Ondersteunde Talen | 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" } |