Drag to download

👇🏾 Drag links from the browser to the desktop to download.

Drag to download क्या है?

Drag to download Josephus Paye II द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "👇🏾 Drag links from the browser to the desktop to download."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Drag to download एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension allows you to drag links from the browser unto your desktop or into a folder on your desktop to download.

📖 HOW TO USE

👉🏾 Install and setup

- Install the extension.
- Visit each domain you want to enable the extension on, click the extension icon in the browser toolbar, then click "Enable Drag to download on this domain".
- The browser will prompt you to give the extension permission to access the domain and reload the page. After you accept and reload, you will be able to drag and drop links to download.

👉🏾 Remove from a domain

To remove the extension from a domain, visit the domain, click the extension icon, and then un-check "Enable Drag to download on this domain".


💻 OPEN SOURCE

This extension is open source, and you can report issues and help make it better at: https://github.com/JosephusPaye/drag-to-download                    

एक्सटेंशन की मूल जानकारी

नाम Drag to download Drag to download
ID nlbdfajoolkacbicncknldfoikncjdhb
आधिकारिक URL https://chromewebstore.google.com/detail/drag-to-download/nlbdfajoolkacbicncknldfoikncjdhb
विवरण 👇🏾 Drag links from the browser to the desktop to download.
फ़ाइल का आकार 14.2 KB
स्थापना संख्या 907
वर्तमान संस्करण 0.1
अंतिम अपडेट 2020-01-23
प्रकाशन तिथि 2020-01-23
रेटिंग 3.50/5 कुल 4 रेटिंग्स
डेवलपर Josephus Paye II
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/JosephusPaye/drag-to-download
सहायता पृष्ठ URL https://github.com/JosephusPaye/drag-to-download/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drag to download",
    "description": "\ud83d\udc47\ud83c\udffe Drag links from the browser to the desktop to download.",
    "version": "0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "38": "icon-38.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}