Download Link Generator

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

Τι είναι το Download Link Generator;

Το Download Link Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://hahahumble.com, και η κύρια λειτουργία του είναι "Generate direct download link from Dropbox, Google Drive, OneDrive file share link.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Download Link Generator

Λήψη αρχείων επέκτασης Download Link Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Download Link Generator Download Link Generator
ID pdpkjopaadpdkcjpinofggoejdjfklpp
Επίσημο URL https://chromewebstore.google.com/detail/download-link-generator/pdpkjopaadpdkcjpinofggoejdjfklpp
Περιγραφή Generate direct download link from Dropbox, Google Drive, OneDrive file share link.
Μέγεθος Αρχείου 559 KB
Αριθμός Εγκαταστάσεων 3,000
Τρέχουσα Έκδοση 0.1.4
Τελευταία Ενημέρωση 2022-12-02
Ημερομηνία Δημοσίευσης 2022-09-04
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://hahahumble.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/hahahumble/Download-Link-Generator
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/hahahumble/Download-Link-Generator
Υποστηριζόμενες Γλώσσες 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"
}