Disable Download Bar

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

Co je Disable Download Bar?

Disable Download Bar je rozšíření Chrome vyvinuté https://www.gryphenpossolutions.com, a jeho hlavní funkcí je „Removes the download bar at the bottom of Chrome windows (does nothing else).“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Disable Download Bar

Stáhněte si soubory rozšíření Disable Download Bar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Disable Download Bar Disable Download Bar
ID gjdldigdojpjlmphnogmcmhojfadfmem
Oficiální URL https://chromewebstore.google.com/detail/disable-download-bar/gjdldigdojpjlmphnogmcmhojfadfmem
Popis Removes the download bar at the bottom of Chrome windows (does nothing else).
Velikost souboru 3.17 KB
Počet instalací 20,000
Aktuální Verze 1.5
Poslední Aktualizace 2019-05-31
Datum Vydání 2019-05-31
Hodnocení 4.55/5 Celkem 88 Hodnocení
Vývojář https://www.gryphenpossolutions.com
Typ Platby free
Podporované Jazyky 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
}