Download Box
Replace Chrome's downloads shelf with a popup menu to manage your downloads.
Qu'est-ce que Download Box ?
Download Box est une extension Chrome développée par Matthew Brown, et sa fonction principale est "Replace Chrome's downloads shelf with a popup menu to manage your downloads.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Download Box
Téléchargez les fichiers d'extension Download Box 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
Get rid of Chrome's downloads shelf at the bottom of your screen and replace it with a nice popup in the top bar. Features include: - Pagination - Show-in-folder button - Copy the URL a file came from - Retry failed downloads - File-size and estimated time remaining - Pause in-progress downloads (right click) - Dark theme and Light theme, following system preference - Open source A full changelog for any updates can be found here: https://github.com/matthew-e-brown/download-box/releases
Informations de Base sur l'Extension
Nom | Download Box |
ID | khnpnladjopoijohibadononlfbmfhpo |
URL Officiel | https://chromewebstore.google.com/detail/download-box/khnpnladjopoijohibadononlfbmfhpo |
Description | Replace Chrome's downloads shelf with a popup menu to manage your downloads. |
Taille du Fichier | 110 KB |
Nombre d'Installations | 1,062 |
Version Actuelle | 1.3.0 |
Dernière Mise à Jour | 2022-08-24 |
Date de Publication | 2022-02-02 |
Évaluation | 4.60/5 Total 5 Évaluations |
Développeur | Matthew Brown |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/matthew-e-brown/download-box |
URL de la Page d'Aide | https://github.com/matthew-e-brown/download-box/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Download Box", "description": "Replace Chrome's downloads shelf with a popup menu to manage your downloads.", "version": "1.3.0", "manifest_version": 3, "minimum_chrome_version": "88", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png", "256": "icons\/256x256.png" }, "action": { "default_popup": "popup.html", "default_title": "Downloads", "default_icon": { "16": "icons\/16x16.png", "24": "icons\/24x24.png", "32": "icons\/32x32.png" } }, "background": { "service_worker": "background.js" }, "permissions": [ "downloads", "downloads.open", "downloads.shelf" ] } |