Download Box

Replace Chrome's downloads shelf with a popup menu to manage your downloads.

Cos'è Download Box?

Download Box è un'estensione di Chrome sviluppata da Matthew Brown, e la sua funzione principale è "Replace Chrome's downloads shelf with a popup menu to manage your downloads.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Download Box

Scarica i file di estensione Download Box in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Download Box Download Box
ID khnpnladjopoijohibadononlfbmfhpo
URL Ufficiale https://chromewebstore.google.com/detail/download-box/khnpnladjopoijohibadononlfbmfhpo
Descrizione Replace Chrome's downloads shelf with a popup menu to manage your downloads.
Dimensione del File 110 KB
Conteggio Installazioni 1,062
Versione Corrente 1.3.0
Ultimo Aggiornamento 2022-08-24
Data di Pubblicazione 2022-02-02
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore Matthew Brown
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/matthew-e-brown/download-box
URL della Pagina di Aiuto https://github.com/matthew-e-brown/download-box/issues
Lingue Supportate 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"
    ]
}