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」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
Eメール [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"
    }
}