Download Link Generator

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

Apa itu Download Link Generator?

Download Link Generator adalah ekstensi Chrome yang dikembangkan oleh https://hahahumble.com, dan fitur utamanya adalah "Generate direct download link from Dropbox, Google Drive, OneDrive file share link.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Download Link Generator

Unduh file ekstensi Download Link Generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Download Link Generator Download Link Generator
ID pdpkjopaadpdkcjpinofggoejdjfklpp
URL Resmi https://chromewebstore.google.com/detail/download-link-generator/pdpkjopaadpdkcjpinofggoejdjfklpp
Deskripsi Generate direct download link from Dropbox, Google Drive, OneDrive file share link.
Ukuran File 559 KB
Jumlah Instalasi 3,000
Versi Saat Ini 0.1.4
Terakhir Diperbarui 2022-12-02
Tanggal Publikasi 2022-09-04
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://hahahumble.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/hahahumble/Download-Link-Generator
URL Halaman Bantuan https://github.com/hahahumble/Download-Link-Generator
Bahasa yang Didukung 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"
}