Delta Download Manager

The most sophisticated download manager for your browser

Delta Download Managerคืออะไร?

Delta Download Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fabio Sabbion และคุณลักษณะหลักของมันคือ "The most sophisticated download manager for your browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Delta Download Manager

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}