Chrome Download Fix
Fix Google Chrome download user interface. Features: * Hide gray downloading shelf below screen. * Open downloads page when icon…
Wat is Chrome Download Fix?
Chrome Download Fix is een Chrome-extensie ontwikkeld door KoharaKazuya, en de belangrijkste functie is "Fix Google Chrome download user interface. Features: * Hide gray downloading shelf below screen. * Open downloads page when icon…".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrome Download Fix
Download Chrome Download Fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Fix Google Chrome download user interface.
Features:
* Hide gray downloading shelf below screen.
* Open downloads page when icon clicked.
* Show number badge of download items.
* Notify start and completion of download. Basisinformatie over de Extensie
| Naam | |
| ID | idbhobikghdkepjgcdiphdbofibbbbfh |
| Officiële URL | https://chromewebstore.google.com/detail/chrome-download-fix/idbhobikghdkepjgcdiphdbofibbbbfh |
| Beschrijving | Fix Google Chrome download user interface. Features: * Hide gray downloading shelf below screen. * Open downloads page when icon… |
| Bestandsgrootte | 62.47 KB |
| Aantal Installaties | 395 |
| Huidige Versie | 0.2.1 |
| Laatst Bijgewerkt | 2022-04-04 |
| Publicatiedatum | 2020-03-11 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | KoharaKazuya |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/KoharaKazuya/chrome-download-fix |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Chrome Download Fix",
"version": "0.2.1",
"icons": {
"128": "icons\/logo128.png"
},
"permissions": [
"downloads",
"downloads.shelf",
"notifications",
"storage"
],
"background": {
"service_worker": "background.js"
},
"action": {
"name": "Open Downloads Page"
},
"options_ui": {
"page": "options.html"
}
} | |