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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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