Drag to download

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

Drag to download là gì?

Drag to download là một tiện ích mở rộng Chrome được phát triển bởi Josephus Paye II, và tính năng chính của nó là "👇🏾 Drag links from the browser to the desktop to download.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Drag to download

Tải xuống các tệp mở rộng Drag to download 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

                        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                    

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

Tên Drag to download Drag to download
ID nlbdfajoolkacbicncknldfoikncjdhb
URL Chính Thức https://chromewebstore.google.com/detail/drag-to-download/nlbdfajoolkacbicncknldfoikncjdhb
Mô tả 👇🏾 Drag links from the browser to the desktop to download.
Kích Thước Tệp 14.2 KB
Số Lần Cài Đặt 907
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2020-01-23
Ngày Phát Hành 2020-01-23
Đánh Giá 3.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Josephus Paye II
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/JosephusPaye/drag-to-download
URL Trang Trợ Giúp https://github.com/JosephusPaye/drag-to-download/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}