Download Tab Shortcut

Access the Download Tab on Chrome within a snap

Cos'è Download Tab Shortcut?

Download Tab Shortcut è un'estensione di Chrome sviluppata da Daniel R., e la sua funzione principale è "Access the Download Tab on Chrome within a snap".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Download Tab Shortcut

Scarica i file di estensione Download Tab Shortcut 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

                        Access the Download Tab on Chrome within a snap.

Open a new tab with the Download Tab directly from the Chrome address bar.                    

Informazioni di Base sull'Estensione

Nome Download Tab Shortcut Download Tab Shortcut
ID icgllojphobcelnadkpnpakckhlmnoaa
URL Ufficiale https://chromewebstore.google.com/detail/download-tab-shortcut/icgllojphobcelnadkpnpakckhlmnoaa
Descrizione Access the Download Tab on Chrome within a snap
Dimensione del File 25.74 KB
Conteggio Installazioni 1,848
Versione Corrente 1.1
Ultimo Aggiornamento 2012-07-05
Data di Pubblicazione 2012-07-05
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore Daniel R.
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download Tab Shortcut",
    "description": "Access the Download Tab on Chrome within a snap",
    "version": "1.1",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_32x32.png",
        "default_title": ""
    },
    "icons": {
        "16": "icon_16x16.png",
        "128": "icon_128x128.png"
    }
}