Nice Downloads!

A lightweight & efficient extension of Chrome’s Download Manager.

Qu'est-ce que Nice Downloads! ?

Nice Downloads! est une extension Chrome développée par Ben Cheshire, et sa fonction principale est "A lightweight & efficient extension of Chrome’s Download Manager.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Nice Downloads!

Téléchargez les fichiers d'extension Nice Downloads! 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

                        Nice Downloads! makes downloading on Chrome pretty nice.

It automatically shows and hides Chrome's download shelf when starting a new download, and notifies you when one completes.

It also features a toolbar button that will popup the downloads screen, and the icon changes colour when you have active downloads.

If a download is interrupted by Chrome, the shelf will remain open until you interact with it.

This extension does not contain a persistent background process, and has minimal permissions! That's nice, isn't it?                    

Informations de Base sur l'Extension

Nom Nice Downloads! Nice Downloads!
ID efnlmhjlcioaeboijgibmgepoahkegpm
URL Officiel https://chromewebstore.google.com/detail/nice-downloads/efnlmhjlcioaeboijgibmgepoahkegpm
Description A lightweight & efficient extension of Chrome’s Download Manager.
Taille du Fichier 8.38 KB
Nombre d'Installations 1,464
Version Actuelle 1.2
Dernière Mise à Jour 2016-04-04
Date de Publication 2016-04-03
Évaluation 3.73/5 Total 15 Évaluations
Développeur Ben Cheshire
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nice Downloads!",
    "description": "A lightweight & efficient extension of Chrome\u2019s Download Manager.",
    "version": "1.2",
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        }
    },
    "permissions": [
        "downloads",
        "downloads.shelf",
        "notifications",
        "downloads.open"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "128": "img\/icon128.png",
        "256": "img\/icon256.png"
    }
}