WhatsApp Speech-to-Text

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

WhatsApp Speech-to-Text là gì?

WhatsApp Speech-to-Text là một tiện ích mở rộng Chrome được phát triển bởi muriloht, và tính năng chính của nó là "Convert annoying voice messages on WhatsApp (web) to text using Google Cloud Speech-to-Text API".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WhatsApp Speech-to-Text

Tải xuống các tệp mở rộng WhatsApp Speech-to-Text dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WhatsApp Speech-to-Text WhatsApp Speech-to-Text
ID kbdaefkgikdjkiiapojefcdhpabijkod
URL Chính Thức https://chrome.google.com/webstore/detail/whatsapp-speech-to-text/kbdaefkgikdjkiiapojefcdhpabijkod
Mô tả Convert annoying voice messages on WhatsApp (web) to text using Google Cloud Speech-to-Text API
Kích Thước Tệp 1.03 MB
Số Lần Cài Đặt 126
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2020-06-03
Ngày Phát Hành 2020-06-03
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển muriloht
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/muriloht/whatsapp-speech-to-text
URL Trang Trợ Giúp https://github.com/muriloht/whatsapp-speech-to-text
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}