Download Notify

Alerts the user with a sound once a download has completed.

Download Notifyคืออะไร?

Download Notify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Quantum Web Solutions และคุณลักษณะหลักของมันคือ "Alerts the user with a sound once a download has completed."

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

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

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

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

                        Download Notify is a download notification that offers a single beep on download completion and after downloading all files, it will play a final sound letting you know that all downloads are done.

The extension also displays the count for the downloads in progress.

Extremely lightweight, Download Notify is a great add on for anyone who uses Google Chrome.

1.0.12
------
- Fixed a bug that was causing issues at times with the counter.

1.0.11
------
- Added a reset counter button in the options in case your counter gets stuck. This is an on-going bug that I'm trying to 100% figure out still.

1.0.10
------
- Added options to disable the bottom download shelf, as well as to have a pop up notification when the the entire batch of downloads finishes.

1.0.8
-----
- Fixed a bug I found while working with the minimum download size option.
- Added a YouTube video showing how the actual extension works.

1.0.7
-----
- Added an options section to the extension so that you can:
        > enable/disable the batch completed sound
        > set a minimum download size to check for

- Sorry for the long wait! Keep sending in enhancements if you need one :)

1.0.5
-----
- Fixed counting bug when there is a download error.                    

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

ชื่อ Download Notify Download Notify
ID nieieojodgghoomakdkpkeipnncmbhdo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/download-notify/nieieojodgghoomakdkpkeipnncmbhdo
คำอธิบาย Alerts the user with a sound once a download has completed.
ขนาดไฟล์ 493 KB
จำนวนการติดตั้ง 3,527
เวอร์ชันปัจจุบัน 1.0.12
อัปเดตครั้งล่าสุด 2018-10-07
วันที่เผยแพร่ 2018-10-07
คะแนน 3.73/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา Quantum Web Solutions
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download Notify",
    "description": "Alerts the user with a sound once a download has completed.",
    "version": "1.0.12",
    "author": {
        "name": "Quantum Web Solutions",
        "email": "[email protected]",
        "url": "http:\/\/www.quantumwebsolutions.net\/"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": true
    },
    "permissions": [
        "downloads",
        "downloads.shelf",
        "storage",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "icon38.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}