Download Notifications
This extension adds notifications for downloads, when complete or interrupted
Was ist Download Notifications?
Download Notifications ist eine Chrome-Erweiterung, die von André Ferreira entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds notifications for downloads, when complete or interrupted".
Erweiterungsscreenshots
Download Notifications-Erweiterungs-CRX-Datei herunterladen
Laden Sie Download Notifications-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
This opensource extension adds notification popups for downloads. It does not disable the download shelf. For that I recommend https://chrome.google.com/webstore/detail/download-notifier/gdekiloeocnfnochnkldpkmllmfiaeke The code is licensed under GPLV3 and available at https://github.com/aadfPT/ChromeDownloadNotifications
Grundlegende Informationen zur Erweiterung
Name | Download Notifications |
ID | eeffjbbdjlmldkkhdjdfaamgdmolpjpp |
Offizielle URL | https://chromewebstore.google.com/detail/download-notifications/eeffjbbdjlmldkkhdjdfaamgdmolpjpp |
Beschreibung | This extension adds notifications for downloads, when complete or interrupted |
Dateigröße | 5.26 KB |
Installationsanzahl | 261 |
Aktuelle Version | 0.0.0.1 |
Letztes Update | 2014-07-19 |
Veröffentlichungsdatum | 2014-07-19 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | André Ferreira |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/aadfPT/ChromeDownloadNotifications |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Download Notifications", "description": "This extension adds notifications for downloads, when complete or interrupted", "version": "0.0.0.1", "permissions": [ "notifications", "downloads" ], "web_accessible_resources": [ "icon.png" ], "background": { "persistent": false, "scripts": [ "main.js", "bg.js" ] } } |