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.”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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"
}
} | |