Download Manager

Chrome Download Manager

Qu'est-ce que Download Manager ?

Download Manager est une extension Chrome développée par Anand Sudhanaboina, et sa fonction principale est "Chrome Download Manager".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Download Manager

Téléchargez les fichiers d'extension Download Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Download Manager Download Manager
ID lcelifoanjcecgoccbedjipjaeaocaae
URL Officiel https://chrome.google.com/webstore/detail/download-manager/lcelifoanjcecgoccbedjipjaeaocaae
Description Chrome Download Manager
Taille du Fichier 19.41 KB
Nombre d'Installations 2,268
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-07-02
Date de Publication 2020-07-02
Évaluation 4.41/5 Total 17 Évaluations
Développeur Anand Sudhanaboina
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}