Nice Downloads!

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

Was ist Nice Downloads!?

Nice Downloads! ist eine Chrome-Erweiterung, die von Ben Cheshire entwickelt wurde, und ihr Hauptmerkmal ist "A lightweight & efficient extension of Chrome’s Download Manager.".

Erweiterungsscreenshots

screenshot

Nice Downloads!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nice Downloads!-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

                        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?                    

Grundlegende Informationen zur Erweiterung

Name Nice Downloads! Nice Downloads!
ID efnlmhjlcioaeboijgibmgepoahkegpm
Offizielle URL https://chromewebstore.google.com/detail/nice-downloads/efnlmhjlcioaeboijgibmgepoahkegpm
Beschreibung A lightweight & efficient extension of Chrome’s Download Manager.
Dateigröße 8.38 KB
Installationsanzahl 1,464
Aktuelle Version 1.2
Letztes Update 2016-04-04
Veröffentlichungsdatum 2016-04-03
Bewertung 3.73/5 Insgesamt 15 Bewertungen
Entwickler Ben Cheshire
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}