Nice Downloads!

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

什么是Nice Downloads!?

Nice Downloads!是由Ben Cheshire开发的Chrome扩展程序,该扩展的主要功能是“A lightweight & efficient extension of Chrome’s Download Manager.”。

扩展截图

screenshot

下载Nice Downloads!扩展crx文件

下载Nice Downloads!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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?                    

扩展基本信息

名称 Nice Downloads! Nice Downloads!
ID efnlmhjlcioaeboijgibmgepoahkegpm
官方URL https://chromewebstore.google.com/detail/nice-downloads/efnlmhjlcioaeboijgibmgepoahkegpm
简介 A lightweight & efficient extension of Chrome’s Download Manager.
文件大小 8.38 KB
安装次数 1,464
当前版本 1.2
更新时间 2016-04-04
上架时间 2016-04-03
评分 3.73/5 共15次评分
开发者 Ben Cheshire
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}