Downloads Notification

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

Co je Downloads Notification?

Downloads Notification je rozšíření Chrome vyvinuté ethan, a jeho hlavní funkcí je „Move your download list from the fat bottom bar to Chrome Notification Center“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Downloads Notification

Stáhněte si soubory rozšíření Downloads Notification ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Downloads Notification Downloads Notification
ID anjjjfijgdpgeaiaedajhnpkdalegmih
Oficiální URL https://chrome.google.com/webstore/detail/downloads-notification/anjjjfijgdpgeaiaedajhnpkdalegmih
Popis Move your download list from the fat bottom bar to Chrome Notification Center
Velikost souboru 7.16 KB
Počet instalací 1,312
Aktuální Verze 1.5
Poslední Aktualizace 2014-08-29
Datum Vydání 2014-08-29
Hodnocení 3.81/5 Celkem 32 Hodnocení
Vývojář ethan
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://chrome.google.com/webstore/support/anjjjfijgdpgeaiaedajhnpkdalegmih#question
Podporované Jazyky 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
    }
}