Download Tabber

Open downloads in Chrome Downloads tab, rather than bottom bar.

Cos'è Download Tabber?

Download Tabber è un'estensione di Chrome sviluppata da Austin Guevara, e la sua funzione principale è "Open downloads in Chrome Downloads tab, rather than bottom bar.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Download Tabber

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

                        Instead of opening the downloads bar, new downloads in Chrome will open 'chrome://downloads' in a new tab, or change focus to the downloads tab if one already exists. Disable download bar, replace with with the beautiful downloads tab.                    

Informazioni di Base sull'Estensione

Nome Download Tabber Download Tabber
ID ikifbnamadpilmpokncfbhdcbldikbdi
URL Ufficiale https://chromewebstore.google.com/detail/download-tabber/ikifbnamadpilmpokncfbhdcbldikbdi
Descrizione Open downloads in Chrome Downloads tab, rather than bottom bar.
Dimensione del File 59.44 KB
Conteggio Installazioni 23
Versione Corrente 0.2.2
Ultimo Aggiornamento 2017-09-29
Data di Pubblicazione 2017-09-28
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore Austin Guevara
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/austin-guevara/chrome-downloads-tabber
URL della Pagina di Aiuto https://github.com/austin-guevara/chrome-downloads-tabber/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download Tabber",
    "version": "0.2.2",
    "manifest_version": 2,
    "description": "Open downloads in Chrome Downloads tab, rather than bottom bar.",
    "homepage_url": "https:\/\/github.com\/austin-guevara\/chrome-downloads-tabber",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Download Tabber"
    },
    "permissions": [
        "downloads",
        "downloads.shelf",
        "tabs"
    ]
}