Disable Download Shelf

Disables the download bar at bottom of window

Co je Disable Download Shelf?

Disable Download Shelf je rozšíření Chrome vyvinuté conceptualspace, a jeho hlavní funkcí je „Disables the download bar at bottom of window“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Disable Download Shelf

Stáhněte si soubory rozšíření Disable Download Shelf ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Disable Download Shelf Disable Download Shelf
ID jobfojcgkainhgidfhaoedmmgloaengg
Oficiální URL https://chromewebstore.google.com/detail/disable-download-shelf/jobfojcgkainhgidfhaoedmmgloaengg
Popis Disables the download bar at bottom of window
Velikost souboru 15.51 KB
Počet instalací 3,127
Aktuální Verze 2.1
Poslední Aktualizace 2022-04-06
Datum Vydání 2020-05-28
Hodnocení 4.36/5 Celkem 11 Hodnocení
Vývojář conceptualspace
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/conceptualspace/disable-download-shelf
URL Stránky Nápovědy https://github.com/conceptualspace/disable-download-shelf/issues
URL Stránky Zásad Ochrany Soukromí https://conceptualspace.net/privacy.md
Podporované Jazyky 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
}