Download Sounder

Plays a sound when you download a file!

Download Sounder क्या है?

Download Sounder Jalapinecone द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plays a sound when you download a file!"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Download Sounder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}