Download Button
This extension replaces the download bar with a button in the toolbar, where you can manage your downloads.
Wat is Download Button?
Download Button is een Chrome-extensie ontwikkeld door Luca-Miguel Christiansen, en de belangrijkste functie is "This extension replaces the download bar with a button in the toolbar, where you can manage your downloads.".
Extensie Screenshots
Download het CRX-bestand van de extensie Download Button
Download Download Button-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
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
Basisinformatie over de Extensie
Naam | Download Button |
ID | hgkcmjmbbndapaffflkmgmmmdpgmipje |
Officiële URL | https://chromewebstore.google.com/detail/download-button/hgkcmjmbbndapaffflkmgmmmdpgmipje |
Beschrijving | This extension replaces the download bar with a button in the toolbar, where you can manage your downloads. |
Bestandsgrootte | 16.43 KB |
Aantal Installaties | 294 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2022-03-15 |
Publicatiedatum | 2022-03-10 |
Beoordeling | 4.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Luca-Miguel Christiansen |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |