Disable Download Bar
Removes the download bar at the bottom of Chrome windows (does nothing else).
Was ist Disable Download Bar?
Disable Download Bar ist eine Chrome-Erweiterung, die von https://www.gryphenpossolutions.com entwickelt wurde, und ihr Hauptmerkmal ist "Removes the download bar at the bottom of Chrome windows (does nothing else).".
Erweiterungsscreenshots
Disable Download Bar-Erweiterungs-CRX-Datei herunterladen
Laden Sie Disable Download Bar-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
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.
Grundlegende Informationen zur Erweiterung
Name | Disable Download Bar |
ID | gjdldigdojpjlmphnogmcmhojfadfmem |
Offizielle URL | https://chromewebstore.google.com/detail/disable-download-bar/gjdldigdojpjlmphnogmcmhojfadfmem |
Beschreibung | Removes the download bar at the bottom of Chrome windows (does nothing else). |
Dateigröße | 3.17 KB |
Installationsanzahl | 20,000 |
Aktuelle Version | 1.5 |
Letztes Update | 2019-05-31 |
Veröffentlichungsdatum | 2019-05-31 |
Bewertung | 4.55/5 Insgesamt 88 Bewertungen |
Entwickler | https://www.gryphenpossolutions.com |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |