Downloads Notification

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

Cos'è Downloads Notification?

Downloads Notification è un'estensione di Chrome sviluppata da ethan, e la sua funzione principale è "Move your download list from the fat bottom bar to Chrome Notification Center".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Downloads Notification

Scarica i file di estensione Downloads Notification in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Downloads Notification Downloads Notification
ID anjjjfijgdpgeaiaedajhnpkdalegmih
URL Ufficiale https://chrome.google.com/webstore/detail/downloads-notification/anjjjfijgdpgeaiaedajhnpkdalegmih
Descrizione Move your download list from the fat bottom bar to Chrome Notification Center
Dimensione del File 7.16 KB
Conteggio Installazioni 1,312
Versione Corrente 1.5
Ultimo Aggiornamento 2014-08-29
Data di Pubblicazione 2014-08-29
Valutazione 3.81/5 Totale 32 Valutazioni
Sviluppatore ethan
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://chrome.google.com/webstore/support/anjjjfijgdpgeaiaedajhnpkdalegmih#question
Lingue Supportate 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
    }
}