Disable Download Shelf

Disables the download bar at bottom of window

Was ist Disable Download Shelf?

Disable Download Shelf ist eine Chrome-Erweiterung, die von conceptualspace entwickelt wurde, und ihr Hauptmerkmal ist "Disables the download bar at bottom of window".

Erweiterungsscreenshots

screenshot

Disable Download Shelf-Erweiterungs-CRX-Datei herunterladen

Laden Sie Disable Download Shelf-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Disable Download Shelf Disable Download Shelf
ID jobfojcgkainhgidfhaoedmmgloaengg
Offizielle URL https://chromewebstore.google.com/detail/disable-download-shelf/jobfojcgkainhgidfhaoedmmgloaengg
Beschreibung Disables the download bar at bottom of window
Dateigröße 15.51 KB
Installationsanzahl 3,127
Aktuelle Version 2.1
Letztes Update 2022-04-06
Veröffentlichungsdatum 2020-05-28
Bewertung 4.36/5 Insgesamt 11 Bewertungen
Entwickler conceptualspace
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/conceptualspace/disable-download-shelf
Hilfeseite URL https://github.com/conceptualspace/disable-download-shelf/issues
URL der Datenschutzrichtlinien-Seite https://conceptualspace.net/privacy.md
Unterstützte Sprachen 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
}