下载管理器
通过这个扩展管理你的下载任务。
Wat is 下载管理器?
下载管理器 is een Chrome-extensie ontwikkeld door [email protected], en de belangrijkste functie is "通过这个扩展管理你的下载任务。".
Extensie Screenshots
Download het CRX-bestand van de extensie 下载管理器
Download 下载管理器-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        管理当前下载以及历史下载记录。
个人开发者,不会收集您的任何信息。                     Basisinformatie over de Extensie
| Naam |   |  
| ID | pecjgfgcnfhpcdmlanedkdbkigpdbpgf | 
| Officiële URL | https://chromewebstore.google.com/detail/%E4%B8%8B%E8%BD%BD%E7%AE%A1%E7%90%86%E5%99%A8/pecjgfgcnfhpcdmlanedkdbkigpdbpgf | 
| Beschrijving | 通过这个扩展管理你的下载任务。 | 
| Bestandsgrootte | 46.24 KB | 
| Aantal Installaties | 187 | 
| Huidige Versie | 1.1.1 | 
| Laatst Bijgewerkt | 2020-01-15 | 
| Publicatiedatum | 2020-01-15 | 
| Beoordeling | 4.00/5 Totaal 3 Beoordelingen | 
| Ontwikkelaar | [email protected] | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    ]
}  |  |