Hide Download Bar

Hide Download Bar

Co to jest Hide Download Bar?

Hide Download Bar to rozszerzenie Chrome opracowane przez gimslab.com, a jego główną funkcją jest „Hide Download Bar”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hide Download Bar

Pobierz pliki rozszerzeń Hide Download Bar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hide Download Bar Hide Download Bar
ID ibijappnbkobdaakafkliejnnncjfggi
Oficjalny URL https://chromewebstore.google.com/detail/hide-download-bar/ibijappnbkobdaakafkliejnnncjfggi
Opis Hide Download Bar
Rozmiar pliku 3.16 KB
Liczba instalacji 1,681
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2022-11-20
Data Publikacji 2019-12-14
Ocena 2.76/5 Łącznie 21 Oceny
Deweloper gimslab.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://wiki.gimslab.com/moniwiki/wiki.php/HideDownloadBar
Obsługiwane Języki 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"
    ]
}