Disable Download Shelf
Disables the download bar at bottom of window
Qu'est-ce que Disable Download Shelf ?
Disable Download Shelf est une extension Chrome développée par conceptualspace, et sa fonction principale est "Disables the download bar at bottom of window".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Disable Download Shelf
Téléchargez les fichiers d'extension Disable Download Shelf 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
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.
Informations de Base sur l'Extension
Nom | Disable Download Shelf |
ID | jobfojcgkainhgidfhaoedmmgloaengg |
URL Officiel | https://chromewebstore.google.com/detail/disable-download-shelf/jobfojcgkainhgidfhaoedmmgloaengg |
Description | Disables the download bar at bottom of window |
Taille du Fichier | 15.51 KB |
Nombre d'Installations | 3,127 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2022-04-06 |
Date de Publication | 2020-05-28 |
Évaluation | 4.36/5 Total 11 Évaluations |
Développeur | conceptualspace |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/conceptualspace/disable-download-shelf |
URL de la Page d'Aide | https://github.com/conceptualspace/disable-download-shelf/issues |
URL de la Page de Politique de Confidentialité | https://conceptualspace.net/privacy.md |
Langues Prises en Charge | 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 } |