WhatsApp Speech-to-Text
Convert annoying voice messages on WhatsApp (web) to text using Google Cloud Speech-to-Text API
Wat is WhatsApp Speech-to-Text?
WhatsApp Speech-to-Text is een Chrome-extensie ontwikkeld door muriloht, en de belangrijkste functie is "Convert annoying voice messages on WhatsApp (web) to text using Google Cloud Speech-to-Text API".
Extensie Screenshots
Download het CRX-bestand van de extensie WhatsApp Speech-to-Text
Download WhatsApp Speech-to-Text-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Convert annoying voice messages on WhatsApp (web) to text using Google Cloud Speech-to-Text API
Basisinformatie over de Extensie
Naam | ![]() |
ID | kbdaefkgikdjkiiapojefcdhpabijkod |
Officiële URL | https://chrome.google.com/webstore/detail/whatsapp-speech-to-text/kbdaefkgikdjkiiapojefcdhpabijkod |
Beschrijving | Convert annoying voice messages on WhatsApp (web) to text using Google Cloud Speech-to-Text API |
Bestandsgrootte | 1.03 MB |
Aantal Installaties | 126 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2020-06-03 |
Publicatiedatum | 2020-06-03 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | muriloht |
Betalingswijze | free |
Extensiewebsite | https://github.com/muriloht/whatsapp-speech-to-text |
Help Pagina-URL | https://github.com/muriloht/whatsapp-speech-to-text |
Ondersteunde Talen | 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" ] } |