Nice Downloads!

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

Nice Downloads!คืออะไร?

Nice Downloads! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ben Cheshire และคุณลักษณะหลักของมันคือ "A lightweight & efficient extension of Chrome’s Download Manager."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nice Downloads!

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}