Downloads Notification

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

O que é Downloads Notification?

Downloads Notification é uma extensão do Chrome desenvolvida por ethan, e sua principal característica é "Move your download list from the fat bottom bar to Chrome Notification Center".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Downloads Notification

Baixe arquivos de extensão Downloads Notification no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Downloads Notification Downloads Notification
ID anjjjfijgdpgeaiaedajhnpkdalegmih
URL Oficial https://chrome.google.com/webstore/detail/downloads-notification/anjjjfijgdpgeaiaedajhnpkdalegmih
Descrição Move your download list from the fat bottom bar to Chrome Notification Center
Tamanho do Arquivo 7.16 KB
Contagem de Instalações 1,312
Versão Atual 1.5
Última Atualização 2014-08-29
Data de Publicação 2014-08-29
Classificação 3.81/5 Total de 32 Avaliações
Desenvolvedor ethan
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://chrome.google.com/webstore/support/anjjjfijgdpgeaiaedajhnpkdalegmih#question
Idiomas Suportados 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
    }
}