下载管理器

通过这个扩展管理你的下载任务。

What is 下载管理器?

下载管理器 is a Chrome extension developed by [email protected], and its main feature is "通过这个扩展管理你的下载任务。".

Extension Screenshots

screenshot
screenshot

Download 下载管理器 Extension CRX File

Download 下载管理器 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

                        管理当前下载以及历史下载记录。
个人开发者,不会收集您的任何信息。                    

Extension Basic Information

Name 下载管理器 下载管理器
ID pecjgfgcnfhpcdmlanedkdbkigpdbpgf
Official URL https://chromewebstore.google.com/detail/%E4%B8%8B%E8%BD%BD%E7%AE%A1%E7%90%86%E5%99%A8/pecjgfgcnfhpcdmlanedkdbkigpdbpgf
Description 通过这个扩展管理你的下载任务。
File Size 46.24 KB
Installation Count 187
Current Version 1.1.1
Last Updated 2020-01-15
Publish Date 2020-01-15
Rating 4.00/5 Total 3 Ratings
Developer [email protected]
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u4e0b\u8f7d\u7ba1\u7406\u5668",
    "version": "1.1.1",
    "description": "\u901a\u8fc7\u8fd9\u4e2a\u6269\u5c55\u7ba1\u7406\u4f60\u7684\u4e0b\u8f7d\u4efb\u52a1\u3002",
    "browser_action": {
        "default_icon": "img\/icon_128.png",
        "default_title": "\u4e0b\u8f7d\u7ba1\u7406\u5668",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/icon_128.png",
        "48": "img\/icon_128.png",
        "128": "img\/icon_128.png"
    },
    "permissions": [
        "downloads",
        "downloads.open",
        "downloads.shelf",
        "notifications"
    ]
}