Downloads Notification

Move your download list from the fat bottom bar to Chrome Notification Center

Downloads Notificationคืออะไร?

Downloads Notification เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ethan และคุณลักษณะหลักของมันคือ "Move your download list from the fat bottom bar to Chrome Notification Center"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Downloads Notification ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Hide the fat Download bar at the bottom of the browser window! This super small extension helps you track your downloads in Chrome Notification Center. This extension asks for only two permissions, "manage your downloads" and "open downloaded files".                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Downloads Notification Downloads Notification
ID anjjjfijgdpgeaiaedajhnpkdalegmih
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/downloads-notification/anjjjfijgdpgeaiaedajhnpkdalegmih
คำอธิบาย Move your download list from the fat bottom bar to Chrome Notification Center
ขนาดไฟล์ 7.16 KB
จำนวนการติดตั้ง 1,312
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2014-08-29
วันที่เผยแพร่ 2014-08-29
คะแนน 3.81/5 รวมทั้งหมด 32 คะแนน
ผู้พัฒนา ethan
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://chrome.google.com/webstore/support/anjjjfijgdpgeaiaedajhnpkdalegmih#question
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Downloads Notification",
    "description": "Move your download list from the fat bottom bar to Chrome Notification Center",
    "version": "1.5",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "downloads",
        "downloads.shelf",
        "downloads.open",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}