Hide Download Bar

Hide Download Bar

Was ist Hide Download Bar?

Hide Download Bar ist eine Chrome-Erweiterung, die von gimslab.com entwickelt wurde, und ihr Hauptmerkmal ist "Hide Download Bar".

Erweiterungsscreenshots

screenshot

Hide Download Bar-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hide Download Bar-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

                        Very tiny Chrome extension to hide download shelf using keyboard shortcuts.
You can close download bar with Ctrl+Shift+H key (or other shorcuts).
 - Default: Ctrl+Shift+H
 - Mac Default: Alt+Shift+H

Go to chrome://extensions/shortcuts to change shortcuts

This is a tool for people who don't like to use a mouse. If you're looking for automatic closing, this isn't it.                    

Grundlegende Informationen zur Erweiterung

Name Hide Download Bar Hide Download Bar
ID ibijappnbkobdaakafkliejnnncjfggi
Offizielle URL https://chromewebstore.google.com/detail/hide-download-bar/ibijappnbkobdaakafkliejnnncjfggi
Beschreibung Hide Download Bar
Dateigröße 3.16 KB
Installationsanzahl 1,681
Aktuelle Version 0.2
Letztes Update 2022-11-20
Veröffentlichungsdatum 2019-12-14
Bewertung 2.76/5 Insgesamt 21 Bewertungen
Entwickler gimslab.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://wiki.gimslab.com/moniwiki/wiki.php/HideDownloadBar
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Download Bar",
    "description": "Hide Download Bar",
    "version": "0.2",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Hide Download Bar"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "Alt+Shift+H"
            }
        }
    },
    "permissions": [
        "downloads",
        "downloads.shelf"
    ]
}