Download Sound

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

什麼是Download Sound?

Download Sound是由BPS開發的Chrome擴展程式,該擴展的主要功能是“Plays a sound or utters a text using speech synthesis when a download is completed.”。

擴展截圖

screenshot

下載Download Sound擴展crx文件

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

擴展使用說明

                        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
官方網址 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"
    }
}