Disable Download Shelf

Disables the download bar at bottom of window

Vad är Disable Download Shelf?

Disable Download Shelf är en Chrome-tillägg utvecklad av conceptualspace, och dess huvudfunktion är "Disables the download bar at bottom of window".

Tilläggsskärmbilder

screenshot

Ladda ner Disable Download Shelf-förlängningens CRX-fil

Ladda ner Disable Download Shelf-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Disable Download Shelf Disable Download Shelf
ID jobfojcgkainhgidfhaoedmmgloaengg
Officiell webbadress https://chromewebstore.google.com/detail/disable-download-shelf/jobfojcgkainhgidfhaoedmmgloaengg
Beskrivning Disables the download bar at bottom of window
Filstorlek 15.51 KB
Antal Installationer 3,127
Aktuell Version 2.1
Senast Uppdaterad 2022-04-06
Publiceringsdatum 2020-05-28
Betyg 4.36/5 Totalt 11 Betyg
Utvecklare conceptualspace
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/conceptualspace/disable-download-shelf
Hjälpsida URL https://github.com/conceptualspace/disable-download-shelf/issues
URL till Sekretesspolicy Sidan https://conceptualspace.net/privacy.md
Stödda Språk 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
}