Download Shelf Disabler

Turns off Chrome's downloads shelf.

Cos'è Download Shelf Disabler?

Download Shelf Disabler è un'estensione di Chrome sviluppata da Ferb, e la sua funzione principale è "Turns off Chrome's downloads shelf.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Download Shelf Disabler

Scarica i file di estensione Download Shelf Disabler 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

                        Useful for macOS users who like Safari's default behaviour.

A macOS-only version is also available, for users of Chrome Sync across multiple operating systems: https://chrome.google.com/webstore/detail/download-shelf-disabler-f/lhjlgfpiopfmjbhnpcmfdeepikdpankp

Works by making a single call to the chrome.downloads.setShelfEnabled API. Doesn't collect any data, run anything in the background or consume memory.                    

Informazioni di Base sull'Estensione

Nome Download Shelf Disabler Download Shelf Disabler
ID aefnabdoeaehgniaceoefkbambfdhdjl
URL Ufficiale https://chromewebstore.google.com/detail/download-shelf-disabler/aefnabdoeaehgniaceoefkbambfdhdjl
Descrizione Turns off Chrome's downloads shelf.
Dimensione del File 12.23 KB
Conteggio Installazioni 152
Versione Corrente 1.1
Ultimo Aggiornamento 2022-09-21
Data di Pubblicazione 2016-09-14
Valutazione 4.88/5 Totale 8 Valutazioni
Sviluppatore Ferb
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ferbivore/chrome-download-shelf-disabler
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download Shelf Disabler",
    "description": "Turns off Chrome's downloads shelf.",
    "version": "1.1",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "downloads",
        "downloads.shelf"
    ]
}