Downloads Notification
Move your download list from the fat bottom bar to Chrome Notification Center
Qu'est-ce que Downloads Notification ?
Downloads Notification est une extension Chrome développée par ethan, et sa fonction principale est "Move your download list from the fat bottom bar to Chrome Notification Center".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Downloads Notification
Téléchargez les fichiers d'extension Downloads Notification 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
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".
Informations de Base sur l'Extension
Nom | |
ID | anjjjfijgdpgeaiaedajhnpkdalegmih |
URL Officiel | https://chrome.google.com/webstore/detail/downloads-notification/anjjjfijgdpgeaiaedajhnpkdalegmih |
Description | Move your download list from the fat bottom bar to Chrome Notification Center |
Taille du Fichier | 7.16 KB |
Nombre d'Installations | 1,312 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2014-08-29 |
Date de Publication | 2014-08-29 |
Évaluation | 3.81/5 Total 32 Évaluations |
Développeur | ethan |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://chrome.google.com/webstore/support/anjjjfijgdpgeaiaedajhnpkdalegmih#question |
Langues Prises en Charge | 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 } } |