Download Sound
Plays a sound or utters a text using speech synthesis when a download is completed.
Apa itu Download Sound?
Download Sound adalah ekstensi Chrome yang dikembangkan oleh BPS, dan fitur utamanya adalah "Plays a sound or utters a text using speech synthesis when a download is completed.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Download Sound
Unduh file ekstensi Download Sound dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Download Sound |
ID | fmcbineojopoamfhaabogigdbpbklnld |
URL Resmi | https://chromewebstore.google.com/detail/download-sound/fmcbineojopoamfhaabogigdbpbklnld |
Deskripsi | Plays a sound or utters a text using speech synthesis when a download is completed. |
Ukuran File | 314 KB |
Jumlah Instalasi | 2,924 |
Versi Saat Ini | 1.7 |
Terakhir Diperbarui | 2022-09-04 |
Tanggal Publikasi | 2018-06-03 |
Penilaian | 4.10/5 Total 20 Penilaian |
Pengembang | BPS |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |