Nice Downloads!

A lightweight & efficient extension of Chrome’s Download Manager.

O que é Nice Downloads!?

Nice Downloads! é uma extensão do Chrome desenvolvida por Ben Cheshire, e sua principal característica é "A lightweight & efficient extension of Chrome’s Download Manager.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Nice Downloads!

Baixe arquivos de extensão Nice Downloads! 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

                        Nice Downloads! makes downloading on Chrome pretty nice.

It automatically shows and hides Chrome's download shelf when starting a new download, and notifies you when one completes.

It also features a toolbar button that will popup the downloads screen, and the icon changes colour when you have active downloads.

If a download is interrupted by Chrome, the shelf will remain open until you interact with it.

This extension does not contain a persistent background process, and has minimal permissions! That's nice, isn't it?                    

Informações Básicas da Extensão

Nome Nice Downloads! Nice Downloads!
ID efnlmhjlcioaeboijgibmgepoahkegpm
URL Oficial https://chromewebstore.google.com/detail/nice-downloads/efnlmhjlcioaeboijgibmgepoahkegpm
Descrição A lightweight & efficient extension of Chrome’s Download Manager.
Tamanho do Arquivo 8.38 KB
Contagem de Instalações 1,464
Versão Atual 1.2
Última Atualização 2016-04-04
Data de Publicação 2016-04-03
Classificação 3.73/5 Total de 15 Avaliações
Desenvolvedor Ben Cheshire
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nice Downloads!",
    "description": "A lightweight & efficient extension of Chrome\u2019s Download Manager.",
    "version": "1.2",
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        }
    },
    "permissions": [
        "downloads",
        "downloads.shelf",
        "notifications",
        "downloads.open"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "128": "img\/icon128.png",
        "256": "img\/icon256.png"
    }
}