AutoHideDownloadsBar
This extension hides annoying downloads bar in the bottom of the screen.
Was ist AutoHideDownloadsBar?
AutoHideDownloadsBar ist eine Chrome-Erweiterung, die von raingart entwickelt wurde, und ihr Hauptmerkmal ist "This extension hides annoying downloads bar in the bottom of the screen.".
Erweiterungsscreenshots
AutoHideDownloadsBar-Erweiterungs-CRX-Datei herunterladen
Laden Sie AutoHideDownloadsBar-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
Open-source, simple, lean and no ads.
Options:
- hide download bar only after downloads completion. Or not display the shelf at all.
- set delay before the shelf is auto-closed.
- display download notifications.
- shows the progress of the loading in the icon panel. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gkmndgjgpolmikgnipipfekglbbgjcel |
| Offizielle URL | https://chromewebstore.google.com/detail/autohidedownloadsbar/gkmndgjgpolmikgnipipfekglbbgjcel |
| Beschreibung | This extension hides annoying downloads bar in the bottom of the screen. |
| Dateigröße | 66.51 KB |
| Installationsanzahl | 10,000 |
| Aktuelle Version | 2.12.2 |
| Letztes Update | 2022-07-07 |
| Veröffentlichungsdatum | 2020-02-08 |
| Bewertung | 4.88/5 Insgesamt 107 Bewertungen |
| Entwickler | raingart |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/raingart/AutoHideDownloadsBar-extension |
| Hilfeseite URL | https://github.com/raingart/AutoHideDownloadsBar-extension/issues |
| Unterstützte Sprachen | de,en,tr,es,ar,zh-CN,ja,ko |
| manifest.json | |
{
"manifest_version": 2,
"name": "AutoHideDownloadsBar",
"short_name": "AutoHideDownloadsBar",
"description": "__MSG_app_description__",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "raingart",
"default_locale": "en",
"minimum_chrome_version": "80.0",
"version": "2.12.2",
"icons": {
"16": "\/icons\/16.png",
"48": "\/icons\/48.png",
"128": "\/icons\/128.png"
},
"permissions": [
"storage",
"downloads",
"downloads.shelf"
],
"optional_permissions": [
"tabs",
"notifications",
"downloads.open"
],
"background": {
"page": "\/html\/background.html",
"persistent": true
},
"browser_action": {
"default_title": "AutoHideDownloadsBar"
},
"options_page": "\/html\/options.html"
} | |