Disable Download Shelf

Disables the download bar at bottom of window

Hvad er Disable Download Shelf?

Disable Download Shelf er en Chrome-udvidelse udviklet af conceptualspace, og dens hovedfunktion er "Disables the download bar at bottom of window".

Udvidelsesskærmbilleder

screenshot

Download Disable Download Shelf-udvidelses-CRX-fil

Download Disable Download Shelf-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Disable Download Shelf Disable Download Shelf
ID jobfojcgkainhgidfhaoedmmgloaengg
Officiel URL https://chromewebstore.google.com/detail/disable-download-shelf/jobfojcgkainhgidfhaoedmmgloaengg
Beskrivelse Disables the download bar at bottom of window
Filstørrelse 15.51 KB
Antal Installationer 3,127
Nuværende Version 2.1
Senest Opdateret 2022-04-06
Udgivelsesdato 2020-05-28
Bedømmelse 4.36/5 Samlet 11 Bedømmelser
Udvikler conceptualspace
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/conceptualspace/disable-download-shelf
Hjælpeside-URL https://github.com/conceptualspace/disable-download-shelf/issues
URL til Fortrolighedspolitik Side https://conceptualspace.net/privacy.md
Understøttede Sprog 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
}