Hide Download Bar

Hide Download Bar

Что такое Hide Download Bar?

Hide Download Bar - это расширение Chrome, разработанное gimslab.com, и его основная функция - "Hide Download Bar".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Hide Download Bar

Скачайте файлы расширений Hide Download Bar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Hide Download Bar Hide Download Bar
ID ibijappnbkobdaakafkliejnnncjfggi
Официальный URL https://chromewebstore.google.com/detail/hide-download-bar/ibijappnbkobdaakafkliejnnncjfggi
Описание Hide Download Bar
Размер файла 3.16 KB
Количество установок 1,681
Текущая Версия 0.2
Последнее Обновление 2022-11-20
Дата публикации 2019-12-14
Рейтинг 2.76/5 Всего 21 оценок
Разработчик gimslab.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://wiki.gimslab.com/moniwiki/wiki.php/HideDownloadBar
Поддерживаемые языки 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"
    ]
}