Download Sound
Plays a sound or utters a text using speech synthesis when a download is completed.
Download Sound là gì?
Download Sound là một tiện ích mở rộng Chrome được phát triển bởi BPS, và tính năng chính của nó là "Plays a sound or utters a text using speech synthesis when a download is completed.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Download Sound
Tải xuống các tệp mở rộng Download Sound dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Download Sound |
ID | fmcbineojopoamfhaabogigdbpbklnld |
URL Chính Thức | https://chromewebstore.google.com/detail/download-sound/fmcbineojopoamfhaabogigdbpbklnld |
Mô tả | Plays a sound or utters a text using speech synthesis when a download is completed. |
Kích Thước Tệp | 314 KB |
Số Lần Cài Đặt | 2,924 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2022-09-04 |
Ngày Phát Hành | 2018-06-03 |
Đánh Giá | 4.10/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | BPS |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |