Download Tabber

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

Was ist Download Tabber?

Download Tabber ist eine Chrome-Erweiterung, die von Austin Guevara entwickelt wurde, und ihr Hauptmerkmal ist "Open downloads in Chrome Downloads tab, rather than bottom bar.".

Erweiterungsscreenshots

screenshot

Download Tabber-Erweiterungs-CRX-Datei herunterladen

Laden Sie Download Tabber-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Download Tabber Download Tabber
ID ikifbnamadpilmpokncfbhdcbldikbdi
Offizielle URL https://chromewebstore.google.com/detail/download-tabber/ikifbnamadpilmpokncfbhdcbldikbdi
Beschreibung Open downloads in Chrome Downloads tab, rather than bottom bar.
Dateigröße 59.44 KB
Installationsanzahl 23
Aktuelle Version 0.2.2
Letztes Update 2017-09-29
Veröffentlichungsdatum 2017-09-28
Bewertung 4.00/5 Insgesamt 2 Bewertungen
Entwickler Austin Guevara
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/austin-guevara/chrome-downloads-tabber
Hilfeseite URL https://github.com/austin-guevara/chrome-downloads-tabber/issues
Unterstützte Sprachen 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"
    ]
}