Download Sounder

Plays a sound when you download a file!

什麼是Download Sounder?

Download Sounder是由Jalapinecone開發的Chrome擴展程式,該擴展的主要功能是“Plays a sound when you download a file!”。

下載Download Sounder擴展crx文件

下載Download Sounder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Have you ever been downloading a big file, but didn't want to sit there waiting for it to finish so you could open it the moment it finished? Well worry no longer! Introducing, Download Sounder!

Download Sounder uses the latest in sound playing technology to make sure that you know exactly when your download finishes. 

But WAIT! There's more!

We also threw in a chrome notification for those times when just the sound isn't enough.

Never wait a moment longer than you need to for a download again!                    

擴展基本資訊

名稱 Download Sounder Download Sounder
ID fbdpdhebhigcfbcbhkoeihkdmhhjdfak
官方網址 https://chrome.google.com/webstore/detail/download-sounder/fbdpdhebhigcfbcbhkoeihkdmhhjdfak
簡介 Plays a sound when you download a file!
檔案大小 44.43 KB
安裝次數 80
目前版本 1.0
更新時間 2016-01-26
上架時間 2016-01-26
評分 3.00/5 共 2 次評分
開發者 Jalapinecone
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download Sounder",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Plays a sound when you download a file!",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "permissions": [
        "downloads",
        "downloads.open",
        "notifications",
        "background",
        "storage"
    ]
}