Nice Downloads!

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

Nice Downloads! là gì?

Nice Downloads! là một tiện ích mở rộng Chrome được phát triển bởi Ben Cheshire, và tính năng chính của nó là "A lightweight & efficient extension of Chrome’s Download Manager.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nice Downloads!

Tải xuống các tệp mở rộng Nice Downloads! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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?                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nice Downloads! Nice Downloads!
ID efnlmhjlcioaeboijgibmgepoahkegpm
URL Chính Thức https://chromewebstore.google.com/detail/nice-downloads/efnlmhjlcioaeboijgibmgepoahkegpm
Mô tả A lightweight & efficient extension of Chrome’s Download Manager.
Kích Thước Tệp 8.38 KB
Số Lần Cài Đặt 1,464
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-04-04
Ngày Phát Hành 2016-04-03
Đánh Giá 3.73/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Ben Cheshire
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}