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
官方網址 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"
    ]
}