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
官方網址 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"
    }
}