Downloads Notification
Move your download list from the fat bottom bar to Chrome Notification Center
Wat is Downloads Notification?
Downloads Notification is een Chrome-extensie ontwikkeld door ethan, en de belangrijkste functie is "Move your download list from the fat bottom bar to Chrome Notification Center".
Extensie Screenshots
Download het CRX-bestand van de extensie Downloads Notification
Download Downloads Notification-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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".
Basisinformatie over de Extensie
Naam | |
ID | anjjjfijgdpgeaiaedajhnpkdalegmih |
Officiële URL | https://chrome.google.com/webstore/detail/downloads-notification/anjjjfijgdpgeaiaedajhnpkdalegmih |
Beschrijving | Move your download list from the fat bottom bar to Chrome Notification Center |
Bestandsgrootte | 7.16 KB |
Aantal Installaties | 1,312 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2014-08-29 |
Publicatiedatum | 2014-08-29 |
Beoordeling | 3.81/5 Totaal 32 Beoordelingen |
Ontwikkelaar | ethan |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://chrome.google.com/webstore/support/anjjjfijgdpgeaiaedajhnpkdalegmih#question |
Ondersteunde Talen | 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 } } |