Downloads Notification

Move your download list from the fat bottom bar to Chrome Notification Center

¿Qué es Downloads Notification?

Downloads Notification es una extensión de Chrome desarrollada por ethan, y su función principal es "Move your download list from the fat bottom bar to Chrome Notification Center".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Downloads Notification

Descarga archivos de extensión Downloads Notification en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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".                    

Información Básica de la Extensión

Nombre Downloads Notification Downloads Notification
ID anjjjfijgdpgeaiaedajhnpkdalegmih
URL Oficial https://chrome.google.com/webstore/detail/downloads-notification/anjjjfijgdpgeaiaedajhnpkdalegmih
Descripción Move your download list from the fat bottom bar to Chrome Notification Center
Tamaño del Archivo 7.16 KB
Cantidad de Instalaciones 1,312
Versión Actual 1.5
Última Actualización 2014-08-29
Fecha de Publicación 2014-08-29
Calificación 3.81/5 Total de 32 Calificaciones
Desarrollador ethan
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://chrome.google.com/webstore/support/anjjjfijgdpgeaiaedajhnpkdalegmih#question
Idiomas Soportados 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
    }
}