WhatsApp Speech-to-Text

Convert annoying voice messages on WhatsApp (web) to text using Google Cloud Speech-to-Text API

Qu'est-ce que WhatsApp Speech-to-Text ?

WhatsApp Speech-to-Text est une extension Chrome développée par muriloht, et sa fonction principale est "Convert annoying voice messages on WhatsApp (web) to text using Google Cloud Speech-to-Text API".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension WhatsApp Speech-to-Text

Téléchargez les fichiers d'extension WhatsApp Speech-to-Text au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Convert annoying voice messages on WhatsApp (web) to text using Google Cloud Speech-to-Text API                    

Informations de Base sur l'Extension

Nom WhatsApp Speech-to-Text WhatsApp Speech-to-Text
ID kbdaefkgikdjkiiapojefcdhpabijkod
URL Officiel https://chrome.google.com/webstore/detail/whatsapp-speech-to-text/kbdaefkgikdjkiiapojefcdhpabijkod
Description Convert annoying voice messages on WhatsApp (web) to text using Google Cloud Speech-to-Text API
Taille du Fichier 1.03 MB
Nombre d'Installations 126
Version Actuelle 0.1.1
Dernière Mise à Jour 2020-06-03
Date de Publication 2020-06-03
Évaluation 1.00/5 Total 1 Évaluations
Développeur muriloht
Type de Paiement free
Site Web de l'Extension https://github.com/muriloht/whatsapp-speech-to-text
URL de la Page d'Aide https://github.com/muriloht/whatsapp-speech-to-text
Langues Prises en Charge 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"
    ]
}