Download Manager
Easy to manage downloaded files
什么是Download Manager?
Download Manager是由xinghai开发的Chrome扩展程序,该扩展的主要功能是“Easy to manage downloaded files”。
扩展截图
下载Download Manager扩展crx文件
下载Download Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |