Download Tab Shortcut

Access the Download Tab on Chrome within a snap

Was ist Download Tab Shortcut?

Download Tab Shortcut ist eine Chrome-Erweiterung, die von Daniel R. entwickelt wurde, und ihr Hauptmerkmal ist "Access the Download Tab on Chrome within a snap".

Erweiterungsscreenshots

screenshot

Download Tab Shortcut-Erweiterungs-CRX-Datei herunterladen

Laden Sie Download Tab Shortcut-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

                        Access the Download Tab on Chrome within a snap.

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

Grundlegende Informationen zur Erweiterung

Name Download Tab Shortcut Download Tab Shortcut
ID icgllojphobcelnadkpnpakckhlmnoaa
Offizielle URL https://chromewebstore.google.com/detail/download-tab-shortcut/icgllojphobcelnadkpnpakckhlmnoaa
Beschreibung Access the Download Tab on Chrome within a snap
Dateigröße 25.74 KB
Installationsanzahl 1,848
Aktuelle Version 1.1
Letztes Update 2012-07-05
Veröffentlichungsdatum 2012-07-05
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler Daniel R.
Zahlungsart free
Unterstützte Sprachen 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"
    }
}