Download Link Generator

Generate direct download link from Dropbox, Google Drive, OneDrive file share link.

Co je Download Link Generator?

Download Link Generator je rozšíření Chrome vyvinuté https://hahahumble.com, a jeho hlavní funkcí je „Generate direct download link from Dropbox, Google Drive, OneDrive file share link.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Download Link Generator

Stáhněte si soubory rozšíření Download Link Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        ✨ 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.                    

Základní Informace o Rozšíření

Název Download Link Generator Download Link Generator
ID pdpkjopaadpdkcjpinofggoejdjfklpp
Oficiální URL https://chromewebstore.google.com/detail/download-link-generator/pdpkjopaadpdkcjpinofggoejdjfklpp
Popis Generate direct download link from Dropbox, Google Drive, OneDrive file share link.
Velikost souboru 559 KB
Počet instalací 3,000
Aktuální Verze 0.1.4
Poslední Aktualizace 2022-12-02
Datum Vydání 2022-09-04
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://hahahumble.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/hahahumble/Download-Link-Generator
URL Stránky Nápovědy https://github.com/hahahumble/Download-Link-Generator
Podporované Jazyky 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"
}