Disable Download Shelf

Disables the download bar at bottom of window

Wat is Disable Download Shelf?

Disable Download Shelf is een Chrome-extensie ontwikkeld door conceptualspace, en de belangrijkste functie is "Disables the download bar at bottom of window".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Disable Download Shelf

Download Disable Download Shelf-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Disable Download Shelf Disable Download Shelf
ID jobfojcgkainhgidfhaoedmmgloaengg
Officiële URL https://chromewebstore.google.com/detail/disable-download-shelf/jobfojcgkainhgidfhaoedmmgloaengg
Beschrijving Disables the download bar at bottom of window
Bestandsgrootte 15.51 KB
Aantal Installaties 3,127
Huidige Versie 2.1
Laatst Bijgewerkt 2022-04-06
Publicatiedatum 2020-05-28
Beoordeling 4.36/5 Totaal 11 Beoordelingen
Ontwikkelaar conceptualspace
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/conceptualspace/disable-download-shelf
Help Pagina-URL https://github.com/conceptualspace/disable-download-shelf/issues
URL van de Privacybeleid Pagina https://conceptualspace.net/privacy.md
Ondersteunde Talen 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
}