Chrome Download Fix

Fix Google Chrome download user interface. Features: * Hide gray downloading shelf below screen. * Open downloads page when icon…

Qu'est-ce que Chrome Download Fix ?

Chrome Download Fix est une extension Chrome développée par KoharaKazuya, et sa fonction principale est "Fix Google Chrome download user interface. Features: * Hide gray downloading shelf below screen. * Open downloads page when icon…".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Chrome Download Fix

Téléchargez les fichiers d'extension Chrome Download Fix 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

                        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.                    

Informations de Base sur l'Extension

Nom Chrome Download Fix Chrome Download Fix
ID idbhobikghdkepjgcdiphdbofibbbbfh
URL Officiel https://chromewebstore.google.com/detail/chrome-download-fix/idbhobikghdkepjgcdiphdbofibbbbfh
Description Fix Google Chrome download user interface. Features: * Hide gray downloading shelf below screen. * Open downloads page when icon…
Taille du Fichier 62.47 KB
Nombre d'Installations 395
Version Actuelle 0.2.1
Dernière Mise à Jour 2022-04-04
Date de Publication 2020-03-11
Évaluation 5.00/5 Total 2 Évaluations
Développeur KoharaKazuya
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/KoharaKazuya/chrome-download-fix
Langues Prises en Charge 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"
    }
}