Delta Download Manager
The most sophisticated download manager for your browser
什么是Delta Download Manager?
Delta Download Manager是由Fabio Sabbion开发的Chrome扩展程序,该扩展的主要功能是“The most sophisticated download manager for your browser”。
扩展截图
下载Delta Download Manager扩展crx文件
下载Delta Download Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Delta automatically redirects downloaded files in a specific folder based on rules you define. You won't need to choose download destination folders anymore! Features: - Domain & URL Mapping: download's redirection based on website domain or URL - Default domain mapping: automatically creates a new folder named as the domain if none of the domain rules math - URL mapping mode: choose whether to map only a specific URL or also its subURLs - Filetype Mapping: download's redirection based on filetype - Options page: view, edit, and remove rules - Change the priority of your rules
扩展基本信息
名称 | Delta Download Manager |
ID | dnlggkelkiidpfbeneeelojappljaegn |
官方URL | https://chromewebstore.google.com/detail/delta-download-manager/dnlggkelkiidpfbeneeelojappljaegn |
简介 | The most sophisticated download manager for your browser |
文件大小 | 895 KB |
安装次数 | 49 |
当前版本 | 1.3.0 |
更新时间 | 2022-02-04 |
上架时间 | 2021-11-27 |
评分 | 3.00/5 共2次评分 |
开发者 | Fabio Sabbion |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Delta Download Manager", "version": "1.3.0", "description": " The most sophisticated download manager for your browser", "icons": { "32": "icons\/delta_32.png", "128": "icons\/delta_128.png" }, "options_page": "options.html", "permissions": [ "downloads", "storage", "tabs" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_title": "Delta Download Manager" } } |