Disable Download Bar
Removes the download bar at the bottom of Chrome windows (does nothing else).
Qu'est-ce que Disable Download Bar ?
Disable Download Bar est une extension Chrome développée par https://www.gryphenpossolutions.com, et sa fonction principale est "Removes the download bar at the bottom of Chrome windows (does nothing else).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Disable Download Bar
Téléchargez les fichiers d'extension Disable Download Bar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Disable Download Bar |
ID | gjdldigdojpjlmphnogmcmhojfadfmem |
URL Officiel | https://chromewebstore.google.com/detail/disable-download-bar/gjdldigdojpjlmphnogmcmhojfadfmem |
Description | Removes the download bar at the bottom of Chrome windows (does nothing else). |
Taille du Fichier | 3.17 KB |
Nombre d'Installations | 20,000 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2019-05-31 |
Date de Publication | 2019-05-31 |
Évaluation | 4.55/5 Total 88 Évaluations |
Développeur | https://www.gryphenpossolutions.com |
Type de Paiement | free |
Langues Prises en Charge | 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 } |