Download Sound
Plays a sound or utters a text using speech synthesis when a download is completed.
Was ist Download Sound?
Download Sound ist eine Chrome-Erweiterung, die von BPS entwickelt wurde, und ihr Hauptmerkmal ist "Plays a sound or utters a text using speech synthesis when a download is completed.".
Erweiterungsscreenshots
Download Sound-Erweiterungs-CRX-Datei herunterladen
Laden Sie Download Sound-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Download Sound |
ID | fmcbineojopoamfhaabogigdbpbklnld |
Offizielle URL | https://chromewebstore.google.com/detail/download-sound/fmcbineojopoamfhaabogigdbpbklnld |
Beschreibung | Plays a sound or utters a text using speech synthesis when a download is completed. |
Dateigröße | 314 KB |
Installationsanzahl | 2,924 |
Aktuelle Version | 1.7 |
Letztes Update | 2022-09-04 |
Veröffentlichungsdatum | 2018-06-03 |
Bewertung | 4.10/5 Insgesamt 20 Bewertungen |
Entwickler | BPS |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |