Disable Download Bar

Removes the download bar at the bottom of Chrome windows (does nothing else).

Hvad er Disable Download Bar?

Disable Download Bar er en Chrome-udvidelse udviklet af https://www.gryphenpossolutions.com, og dens hovedfunktion er "Removes the download bar at the bottom of Chrome windows (does nothing else).".

Udvidelsesskærmbilleder

screenshot

Download Disable Download Bar-udvidelses-CRX-fil

Download Disable Download Bar-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

                        Disables the download bar from view, for use with Gryphen POSCore EPoS Software primarily but can be used  for any other purpose. All this extension does is disable the downloads bar.                    

Grundlæggende oplysninger om udvidelsen

Navn Disable Download Bar Disable Download Bar
ID gjdldigdojpjlmphnogmcmhojfadfmem
Officiel URL https://chromewebstore.google.com/detail/disable-download-bar/gjdldigdojpjlmphnogmcmhojfadfmem
Beskrivelse Removes the download bar at the bottom of Chrome windows (does nothing else).
Filstørrelse 3.17 KB
Antal Installationer 20,000
Nuværende Version 1.5
Senest Opdateret 2019-05-31
Udgivelsesdato 2019-05-31
Bedømmelse 4.55/5 Samlet 88 Bedømmelser
Udvikler https://www.gryphenpossolutions.com
Betalingsmetode free
Understøttede Sprog en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Download Bar",
    "version": "1.5",
    "description": "Removes the download bar at the bottom of Chrome windows (does nothing else).",
    "permissions": [
        "downloads",
        "downloads.shelf"
    ],
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "offline_enabled": true
}