Download Sound

Plays a sound or utters a text using speech synthesis when a download is completed.

Download Sound क्या है?

Download Sound BPS द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plays a sound or utters a text using speech synthesis when a download is completed."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

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

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

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

                        This simple extension plays a sound or utters a text using speech synthesis when a download is completed.

New in version 1.7:
Migration to Manifest V3
Migration to Chrome text-to-speech engine
Show options in normal browser tab
Minor bug fixes

New in version 1.4:
Separate texts for successful and failed downloads

New in version 1.3:
New parameter: Volume
New option: Show notification
Enhanced: Save button
„Download Sound“ will be triggered by interrupted downloads
Minor bug fixes                    

एक्सटेंशन की मूल जानकारी

नाम Download Sound Download Sound
ID fmcbineojopoamfhaabogigdbpbklnld
आधिकारिक URL https://chromewebstore.google.com/detail/download-sound/fmcbineojopoamfhaabogigdbpbklnld
विवरण Plays a sound or utters a text using speech synthesis when a download is completed.
फ़ाइल का आकार 314 KB
स्थापना संख्या 2,924
वर्तमान संस्करण 1.7
अंतिम अपडेट 2022-09-04
प्रकाशन तिथि 2018-06-03
रेटिंग 4.10/5 कुल 20 रेटिंग्स
डेवलपर BPS
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Download Sound",
    "version": "1.7",
    "description": "Plays a sound or utters a text using speech synthesis when a download is completed.",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "downloads",
        "storage",
        "notifications",
        "tts"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": "icons\/icon_19.png"
    }
}