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
官方URL 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"
    ]
}