Disable Download Shelf

Disables the download bar at bottom of window

Что такое Disable Download Shelf?

Disable Download Shelf - это расширение Chrome, разработанное conceptualspace, и его основная функция - "Disables the download bar at bottom of window".

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

screenshot

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

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

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

                        Hides the downloads toolbar shelf from the bottom of the window and replaces it with a toolbar button which opens the downloads tab (similar to Firefox).

On laptop displays the default downloads shelf that appears is too large and distracting. Now it can be disabled!

This extension is free and open source.                    

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

Название Disable Download Shelf Disable Download Shelf
ID jobfojcgkainhgidfhaoedmmgloaengg
Официальный URL https://chromewebstore.google.com/detail/disable-download-shelf/jobfojcgkainhgidfhaoedmmgloaengg
Описание Disables the download bar at bottom of window
Размер файла 15.51 KB
Количество установок 3,127
Текущая Версия 2.1
Последнее Обновление 2022-04-06
Дата публикации 2020-05-28
Рейтинг 4.36/5 Всего 11 оценок
Разработчик conceptualspace
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/conceptualspace/disable-download-shelf
URL страницы помощи https://github.com/conceptualspace/disable-download-shelf/issues
URL страницы политики конфиденциальности https://conceptualspace.net/privacy.md
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Download Shelf",
    "version": "2.1",
    "description": "Disables the download bar at bottom of window",
    "author": "[email protected]",
    "permissions": [
        "downloads",
        "downloads.shelf"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon\/icon16.png",
            "24": "icon\/icon24.png",
            "32": "icon\/icon32.png",
            "48": "icon\/icon48.png"
        },
        "default_title": "Downloads"
    },
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "manifest_version": 3
}