Downloads Notification
Move your download list from the fat bottom bar to Chrome Notification Center
Was ist Downloads Notification?
Downloads Notification ist eine Chrome-Erweiterung, die von ethan entwickelt wurde, und ihr Hauptmerkmal ist "Move your download list from the fat bottom bar to Chrome Notification Center".
Erweiterungsscreenshots
Downloads Notification-Erweiterungs-CRX-Datei herunterladen
Laden Sie Downloads Notification-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
Hide the fat Download bar at the bottom of the browser window! This super small extension helps you track your downloads in Chrome Notification Center. This extension asks for only two permissions, "manage your downloads" and "open downloaded files".
Grundlegende Informationen zur Erweiterung
Name | |
ID | anjjjfijgdpgeaiaedajhnpkdalegmih |
Offizielle URL | https://chrome.google.com/webstore/detail/downloads-notification/anjjjfijgdpgeaiaedajhnpkdalegmih |
Beschreibung | Move your download list from the fat bottom bar to Chrome Notification Center |
Dateigröße | 7.16 KB |
Installationsanzahl | 1,312 |
Aktuelle Version | 1.5 |
Letztes Update | 2014-08-29 |
Veröffentlichungsdatum | 2014-08-29 |
Bewertung | 3.81/5 Insgesamt 32 Bewertungen |
Entwickler | ethan |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://chrome.google.com/webstore/support/anjjjfijgdpgeaiaedajhnpkdalegmih#question |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Downloads Notification", "description": "Move your download list from the fat bottom bar to Chrome Notification Center", "version": "1.5", "icons": { "128": "icon.png" }, "permissions": [ "downloads", "downloads.shelf", "downloads.open", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |