Download Link Generator
Generate direct download link from Dropbox, Google Drive, OneDrive file share link.
Co to jest Download Link Generator?
Download Link Generator to rozszerzenie Chrome opracowane przez https://hahahumble.com, a jego główną funkcją jest „Generate direct download link from Dropbox, Google Drive, OneDrive file share link.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Download Link Generator
Pobierz pliki rozszerzeń Download Link Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
✨ 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.
Podstawowe informacje o rozszerzeniu
Nazwa | Download Link Generator |
ID | pdpkjopaadpdkcjpinofggoejdjfklpp |
Oficjalny URL | https://chromewebstore.google.com/detail/download-link-generator/pdpkjopaadpdkcjpinofggoejdjfklpp |
Opis | Generate direct download link from Dropbox, Google Drive, OneDrive file share link. |
Rozmiar pliku | 559 KB |
Liczba instalacji | 3,000 |
Aktualna Wersja | 0.1.4 |
Ostatnia Aktualizacja | 2022-12-02 |
Data Publikacji | 2022-09-04 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://hahahumble.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/hahahumble/Download-Link-Generator |
Adres URL Strony Pomocy | https://github.com/hahahumble/Download-Link-Generator |
Obsługiwane Języki | 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" } |