Download Manager
Easy to manage downloaded files
Download Manager란 무엇입니까?
Download Manager은(는) xinghai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy to manage downloaded files"입니다.
확장 프로그램 스크린샷
Download Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You can manage downloaded files more conveniently! If you have any questions, you can feedback on Github: https://github.com/xinghaix/download-manager
확장 프로그램 기본 정보
이름 | Download Manager |
ID | ofpglhlcdbjdhlacgbljnildhajfmlei |
공식 URL | https://chromewebstore.google.com/detail/download-manager/ofpglhlcdbjdhlacgbljnildhajfmlei |
설명 | Easy to manage downloaded files |
파일 크기 | 383 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.1.4 |
최근 업데이트 | 2021-12-17 |
출시 날짜 | 2020-07-01 |
평점 | 4.47/5 총 176 개의 평점 |
개발자 | xinghai |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/xinghaixuanwo/download-manager |
도움말 페이지 URL | https://github.com/xinghaixuanwo/download-manager |
지원되는 언어 | de,en,fr,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.1.4", "manifest_version": 2, "icons": { "16": "img\/icon16.png", "19": "img\/icon19.png", "38": "img\/icon38.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "background": { "persistent": true, "page": "background.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+X", "mac": "Alt+X" }, "description": "__MSG_openPopupSetting__" } }, "options_page": "options.html", "default_locale": "en", "permissions": [ "downloads", "downloads.open", "downloads.shelf", "storage", "notifications", "contextMenus", "background" ], "homepage_url": "https:\/\/github.com\/xinghaix\/download-manager", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "minimum_chrome_version": "39" } |