WhatsApp Speech-to-Text

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

什么是WhatsApp Speech-to-Text?

WhatsApp Speech-to-Text是由muriloht开发的Chrome扩展程序,该扩展的主要功能是“Convert annoying voice messages on WhatsApp (web) to text using Google Cloud Speech-to-Text API”。

扩展截图

screenshot
screenshot

下载WhatsApp Speech-to-Text扩展crx文件

下载WhatsApp Speech-to-Text扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 WhatsApp Speech-to-Text WhatsApp Speech-to-Text
ID kbdaefkgikdjkiiapojefcdhpabijkod
官方URL https://chrome.google.com/webstore/detail/whatsapp-speech-to-text/kbdaefkgikdjkiiapojefcdhpabijkod
简介 Convert annoying voice messages on WhatsApp (web) to text using Google Cloud Speech-to-Text API
文件大小 1.03 MB
安装次数 126
当前版本 0.1.1
更新时间 2020-06-03
上架时间 2020-06-03
评分 1.00/5 共1次评分
开发者 muriloht
付费类型 free
扩展官网 https://github.com/muriloht/whatsapp-speech-to-text
帮助页面URL https://github.com/muriloht/whatsapp-speech-to-text
支持的语言 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"
    ]
}