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"
}