Disable Download Shelf

Disables the download bar at bottom of window

Co to jest Disable Download Shelf?

Disable Download Shelf to rozszerzenie Chrome opracowane przez conceptualspace, a jego główną funkcją jest „Disables the download bar at bottom of window”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Disable Download Shelf

Pobierz pliki rozszerzeń Disable Download Shelf 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Disable Download Shelf Disable Download Shelf
ID jobfojcgkainhgidfhaoedmmgloaengg
Oficjalny URL https://chromewebstore.google.com/detail/disable-download-shelf/jobfojcgkainhgidfhaoedmmgloaengg
Opis Disables the download bar at bottom of window
Rozmiar pliku 15.51 KB
Liczba instalacji 3,127
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2022-04-06
Data Publikacji 2020-05-28
Ocena 4.36/5 Łącznie 11 Oceny
Deweloper conceptualspace
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/conceptualspace/disable-download-shelf
Adres URL Strony Pomocy https://github.com/conceptualspace/disable-download-shelf/issues
Adres URL Strony Polityki Prywatności https://conceptualspace.net/privacy.md
Obsługiwane Języki 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
}