Download Management

Used to take over the download function that comes with the browser, eliminating the trouble of opening the download page to view…

Download Managementคืออะไร?

Download Management เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yhl452493373 และคุณลักษณะหลักของมันคือ "Used to take over the download function that comes with the browser, eliminating the trouble of opening the download page to view…"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Download Management ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        this is a instead of browser's downloads management. 

it make you easily to get downloads information,include file's name,process,speed,size and so on.

UPDATE:
The migration from manifest V2 to manifest V3 has brought the following changes due to the limitations of V3;
1. Hide the function of automatically changing the color of plug-in icon in browser under non MacOS.
2. Under MacOS, the function of automatically changing the browser plug-in icon is changed to execute when the browser focus changes, so as to reduce the times of opening the window
3. The icon is drawn in real time by OffscreenCanvas instead of the original PNG image file, so the icon in the browser will flash in some cases
4. When the audio is downloaded and played, a small window will appear in the non MacOS, which will be closed automatically after the audio is played (MacOS does not appear)

————————————
2022.05.26 bug fix                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Download Management Download Management
ID dgoaeahpciglgomkbmfblkcfanpfckhb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/download-management/dgoaeahpciglgomkbmfblkcfanpfckhb
คำอธิบาย Used to take over the download function that comes with the browser, eliminating the trouble of opening the download page to view…
ขนาดไฟล์ 1.15 MB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2022-05-28
วันที่เผยแพร่ 2020-11-21
คะแนน 4.58/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา yhl452493373
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/yhl452493373/DownloadManager
URL หน้าช่วยเหลือ https://github.com/yhl452493373/DownloadManager
URL หน้านโยบายความเป็นส่วนตัว https://raw.githubusercontent.com/yhl452493373/DownloadManager/master/%E9%9A%90%E7%A7%81%E6%94%BF%E7%AD%96
ภาษาที่รองรับ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "main.html",
        "default_title": "__MSG_extTitle__"
    },
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "img\/icon.png",
        "16": "img\/icon.png",
        "48": "img\/icon.png"
    },
    "default_locale": "zh_CN",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "permissions": [
        "downloads",
        "downloads.open",
        "downloads.shelf",
        "notifications",
        "background",
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "options_page": "options.html",
    "version": "2.0.1",
    "homepage_url": "https:\/\/github.com\/yhl452493373\/DownloadManager",
    "author": "yhl452493373",
    "minimum_chrome_version": "92"
}