Autohide Downloads Bar

This extension closes the downloads bar after a set amount of time

Cos'è Autohide Downloads Bar?

Autohide Downloads Bar è un'estensione di Chrome sviluppata da Tyler Barron, e la sua funzione principale è "This extension closes the downloads bar after a set amount of time".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Autohide Downloads Bar

Scarica i file di estensione Autohide Downloads Bar 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 shelf automatically                    

Informazioni di Base sull'Estensione

Nome Autohide Downloads Bar Autohide Downloads Bar
ID iaefpjibipfaofmigecedfapfgplmplo
URL Ufficiale https://chromewebstore.google.com/detail/autohide-downloads-bar/iaefpjibipfaofmigecedfapfgplmplo
Descrizione This extension closes the downloads bar after a set amount of time
Dimensione del File 14.17 KB
Conteggio Installazioni 5,053
Versione Corrente 1.3
Ultimo Aggiornamento 2021-07-27
Data di Pubblicazione 2017-05-22
Valutazione 4.74/5 Totale 38 Valutazioni
Sviluppatore Tyler Barron
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://tylerbarron.com
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Autohide Downloads Bar",
    "description": "This extension closes the downloads bar after a set amount of time",
    "version": "1.3",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "downloads",
        "downloads.shelf",
        "storage"
    ],
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    }
}