Drag to download

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

ما هو Drag to download؟

Drag to download هو إضافة Chrome تم تطويرها بواسطة Josephus Paye II، والميزة الرئيسية لها هي "👇🏾 Drag links from the browser to the desktop to download.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Drag to download

قم بتنزيل ملفات الامتداد Drag to download بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
        ]
    }
}