Download Button

This extension replaces the download bar with a button in the toolbar, where you can manage your downloads.

Qu'est-ce que Download Button ?

Download Button est une extension Chrome développée par Luca-Miguel Christiansen, et sa fonction principale est "This extension replaces the download bar with a button in the toolbar, where you can manage your downloads.".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension Download Button 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

                        You want to replace your download bar in Chrome, that appears when you start a download?

Then is this extension exactly the right one for you, this extension replaces the download bar with a button in the toolbar, where you can manage your downloads. 

What can you do with the extension:
- Drag and drop your downloaded file in a other folder
- View your past downloads
- View your active downloads with progress
- Open the folder, where the downloaded file is saved to
- Delete a download out of your history
- Delete all downloads out of your history                    

Informations de Base sur l'Extension

Nom Download Button Download Button
ID hgkcmjmbbndapaffflkmgmmmdpgmipje
URL Officiel https://chromewebstore.google.com/detail/download-button/hgkcmjmbbndapaffflkmgmmmdpgmipje
Description This extension replaces the download bar with a button in the toolbar, where you can manage your downloads.
Taille du Fichier 16.43 KB
Nombre d'Installations 294
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-03-15
Date de Publication 2022-03-10
Évaluation 4.33/5 Total 3 Évaluations
Développeur Luca-Miguel Christiansen
Email [email protected]
Type de Paiement free
Langues Prises en Charge de,en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Download Button",
    "description": "This extension replaces the download bar with a button in the toolbar, where you can manage your downloads.",
    "version": "1.0.0",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Downloads",
        "default_icon": {
            "16": "\/icons\/x16\/logo.png",
            "32": "\/icons\/x32\/logo.png",
            "48": "\/icons\/x48\/logo.png",
            "128": "\/icons\/x128\/logo.png"
        }
    },
    "icons": {
        "16": "\/icons\/x16\/logo.png",
        "48": "\/icons\/x48\/logo.png",
        "128": "\/icons\/x128\/logo.png"
    },
    "permissions": [
        "downloads",
        "downloads.shelf"
    ]
}