Downloads Notification

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

Hvad er Downloads Notification?

Downloads Notification er en Chrome-udvidelse udviklet af ethan, og dens hovedfunktion er "Move your download list from the fat bottom bar to Chrome Notification Center".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Downloads Notification-udvidelses-CRX-fil

Download Downloads Notification-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Downloads Notification Downloads Notification
ID anjjjfijgdpgeaiaedajhnpkdalegmih
Officiel URL https://chrome.google.com/webstore/detail/downloads-notification/anjjjfijgdpgeaiaedajhnpkdalegmih
Beskrivelse Move your download list from the fat bottom bar to Chrome Notification Center
Filstørrelse 7.16 KB
Antal Installationer 1,312
Nuværende Version 1.5
Senest Opdateret 2014-08-29
Udgivelsesdato 2014-08-29
Bedømmelse 3.81/5 Samlet 32 Bedømmelser
Udvikler ethan
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://chrome.google.com/webstore/support/anjjjfijgdpgeaiaedajhnpkdalegmih#question
Understøttede Sprog 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
    }
}