Disable Download Shelf
Disables the download bar at bottom of window
Cos'è Disable Download Shelf?
Disable Download Shelf è un'estensione di Chrome sviluppata da conceptualspace, e la sua funzione principale è "Disables the download bar at bottom of window".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Disable Download Shelf
Scarica i file di estensione Disable Download Shelf 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
Hides the downloads toolbar shelf from the bottom of the window and replaces it with a toolbar button which opens the downloads tab (similar to Firefox). On laptop displays the default downloads shelf that appears is too large and distracting. Now it can be disabled! This extension is free and open source.
Informazioni di Base sull'Estensione
Nome | Disable Download Shelf |
ID | jobfojcgkainhgidfhaoedmmgloaengg |
URL Ufficiale | https://chromewebstore.google.com/detail/disable-download-shelf/jobfojcgkainhgidfhaoedmmgloaengg |
Descrizione | Disables the download bar at bottom of window |
Dimensione del File | 15.51 KB |
Conteggio Installazioni | 3,127 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2022-04-06 |
Data di Pubblicazione | 2020-05-28 |
Valutazione | 4.36/5 Totale 11 Valutazioni |
Sviluppatore | conceptualspace |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/conceptualspace/disable-download-shelf |
URL della Pagina di Aiuto | https://github.com/conceptualspace/disable-download-shelf/issues |
URL della Pagina della Politica sulla Privacy | https://conceptualspace.net/privacy.md |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Download Shelf", "version": "2.1", "description": "Disables the download bar at bottom of window", "author": "[email protected]", "permissions": [ "downloads", "downloads.shelf" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon\/icon16.png", "24": "icon\/icon24.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png" }, "default_title": "Downloads" }, "icons": { "16": "icon\/icon16.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "manifest_version": 3 } |