Hide Download Bar

Hide Download Bar

Wat is Hide Download Bar?

Hide Download Bar is een Chrome-extensie ontwikkeld door gimslab.com, en de belangrijkste functie is "Hide Download Bar".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hide Download Bar

Download Hide Download Bar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hide Download Bar Hide Download Bar
ID ibijappnbkobdaakafkliejnnncjfggi
Officiële URL https://chromewebstore.google.com/detail/hide-download-bar/ibijappnbkobdaakafkliejnnncjfggi
Beschrijving Hide Download Bar
Bestandsgrootte 3.16 KB
Aantal Installaties 1,681
Huidige Versie 0.2
Laatst Bijgewerkt 2022-11-20
Publicatiedatum 2019-12-14
Beoordeling 2.76/5 Totaal 21 Beoordelingen
Ontwikkelaar gimslab.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://wiki.gimslab.com/moniwiki/wiki.php/HideDownloadBar
Ondersteunde Talen 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"
    ]
}