Download Link Generator

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

Download Link Generator là gì?

Download Link Generator là một tiện ích mở rộng Chrome được phát triển bởi https://hahahumble.com, và tính năng chính của nó là "Generate direct download link from Dropbox, Google Drive, OneDrive file share link.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Download Link Generator

Tải xuống các tệp mở rộng Download Link Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Download Link Generator Download Link Generator
ID pdpkjopaadpdkcjpinofggoejdjfklpp
URL Chính Thức https://chromewebstore.google.com/detail/download-link-generator/pdpkjopaadpdkcjpinofggoejdjfklpp
Mô tả Generate direct download link from Dropbox, Google Drive, OneDrive file share link.
Kích Thước Tệp 559 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2022-12-02
Ngày Phát Hành 2022-09-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://hahahumble.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hahahumble/Download-Link-Generator
URL Trang Trợ Giúp https://github.com/hahahumble/Download-Link-Generator
Ngôn Ngữ Được Hỗ Trợ 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"
}