Chrome Download Fix

Fix Google Chrome download user interface. Features: * Hide gray downloading shelf below screen. * Open downloads page when icon…

Cos'è Chrome Download Fix?

Chrome Download Fix è un'estensione di Chrome sviluppata da KoharaKazuya, e la sua funzione principale è "Fix Google Chrome download user interface. Features: * Hide gray downloading shelf below screen. * Open downloads page when icon…".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Chrome Download Fix

Scarica i file di estensione Chrome Download Fix 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

                        Fix Google Chrome download user interface.

Features:

* Hide gray downloading shelf below screen.
* Open downloads page when icon clicked.
* Show number badge of download items.
* Notify start and completion of download.                    

Informazioni di Base sull'Estensione

Nome Chrome Download Fix Chrome Download Fix
ID idbhobikghdkepjgcdiphdbofibbbbfh
URL Ufficiale https://chromewebstore.google.com/detail/chrome-download-fix/idbhobikghdkepjgcdiphdbofibbbbfh
Descrizione Fix Google Chrome download user interface. Features: * Hide gray downloading shelf below screen. * Open downloads page when icon…
Dimensione del File 62.47 KB
Conteggio Installazioni 395
Versione Corrente 0.2.1
Ultimo Aggiornamento 2022-04-04
Data di Pubblicazione 2020-03-11
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore KoharaKazuya
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/KoharaKazuya/chrome-download-fix
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome Download Fix",
    "version": "0.2.1",
    "icons": {
        "128": "icons\/logo128.png"
    },
    "permissions": [
        "downloads",
        "downloads.shelf",
        "notifications",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "name": "Open Downloads Page"
    },
    "options_ui": {
        "page": "options.html"
    }
}