Download Manager
Easy to manage downloaded files
What is Download Manager?
Download Manager is a Chrome extension developed by xinghai, and its main feature is "Easy to manage downloaded files".
Extension Screenshots
Download Download Manager Extension CRX File
Download Download Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
You can manage downloaded files more conveniently! If you have any questions, you can feedback on Github: https://github.com/xinghaix/download-manager
Extension Basic Information
Name | Download Manager |
ID | ofpglhlcdbjdhlacgbljnildhajfmlei |
Official URL | https://chromewebstore.google.com/detail/download-manager/ofpglhlcdbjdhlacgbljnildhajfmlei |
Description | Easy to manage downloaded files |
File Size | 383 KB |
Installation Count | 10,000 |
Current Version | 1.1.4 |
Last Updated | 2021-12-17 |
Publish Date | 2020-07-01 |
Rating | 4.47/5 Total 176 Ratings |
Developer | xinghai |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/xinghaixuanwo/download-manager |
Help Page URL | https://github.com/xinghaixuanwo/download-manager |
Supported Languages | 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" } |