Download Link Generator
Generate direct download link from Dropbox, Google Drive, OneDrive file share link.
Download Link Generator क्या है?
Download Link Generator https://hahahumble.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate direct download link from Dropbox, Google Drive, OneDrive file share link."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Download Link Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
✨ 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 |
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" } |