Download Manager

Chrome Download Manager

Wat is Download Manager?

Download Manager is een Chrome-extensie ontwikkeld door Anand Sudhanaboina, en de belangrijkste functie is "Chrome Download Manager".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Download Manager

Download Download Manager-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

                        All downloaded files in a single directory “Downloads” may be messy while dealing with a lot of files, this chrome extension comes handy which segregates the files using the mime type or the Referrer.                    

Basisinformatie over de Extensie

Naam Download Manager Download Manager
ID lcelifoanjcecgoccbedjipjaeaocaae
Officiële URL https://chrome.google.com/webstore/detail/download-manager/lcelifoanjcecgoccbedjipjaeaocaae
Beschrijving Chrome Download Manager
Bestandsgrootte 19.41 KB
Aantal Installaties 2,268
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-07-02
Publicatiedatum 2020-07-02
Beoordeling 4.41/5 Totaal 17 Beoordelingen
Ontwikkelaar Anand Sudhanaboina
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "manager.js"
        ]
    },
    "default_locale": "en",
    "description": "Chrome Download Manager",
    "icons": {
        "128": "data\/icon128.png",
        "16": "data\/icon16.png",
        "32": "data\/icon32.png",
        "48": "data\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Download Manager",
    "options_page": "options.html",
    "permissions": [
        "downloads"
    ],
    "short_name": "DManager",
    "version": "1.0.0"
}