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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}