WhatsApp Speech-to-Text
Convert annoying voice messages on WhatsApp (web) to text using Google Cloud Speech-to-Text API
Was ist WhatsApp Speech-to-Text?
WhatsApp Speech-to-Text ist eine Chrome-Erweiterung, die von muriloht entwickelt wurde, und ihr Hauptmerkmal ist "Convert annoying voice messages on WhatsApp (web) to text using Google Cloud Speech-to-Text API".
Erweiterungsscreenshots
WhatsApp Speech-to-Text-Erweiterungs-CRX-Datei herunterladen
Laden Sie WhatsApp Speech-to-Text-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
Convert annoying voice messages on WhatsApp (web) to text using Google Cloud Speech-to-Text API
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | kbdaefkgikdjkiiapojefcdhpabijkod |
Offizielle URL | https://chrome.google.com/webstore/detail/whatsapp-speech-to-text/kbdaefkgikdjkiiapojefcdhpabijkod |
Beschreibung | Convert annoying voice messages on WhatsApp (web) to text using Google Cloud Speech-to-Text API |
Dateigröße | 1.03 MB |
Installationsanzahl | 126 |
Aktuelle Version | 0.1.1 |
Letztes Update | 2020-06-03 |
Veröffentlichungsdatum | 2020-06-03 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | muriloht |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/muriloht/whatsapp-speech-to-text |
Hilfeseite URL | https://github.com/muriloht/whatsapp-speech-to-text |
Unterstützte Sprachen | en-US,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_chrome_extension_name__", "version": "0.1.1", "description": "__MSG_chrome_extension_description__", "default_locale": "en_US", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "jquery.min.js", "content.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ], "homepage_url": "http:\/\/github.com\/muriloht\/whatsapp-speech-to-text", "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "storage" ], "short_name": "WASTT", "web_accessible_resources": [ "loading.gif" ] } |