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은(는) yhl452493373에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Download Management 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
}