Drag to download
👇🏾 Drag links from the browser to the desktop to download.
什么是Drag to download?
Drag to download是由Josephus Paye II开发的Chrome扩展程序,该扩展的主要功能是“👇🏾 Drag links from the browser to the desktop to download.”。
扩展截图
下载Drag to download扩展crx文件
下载Drag to download扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" ] } } |