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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย muriloht และคุณลักษณะหลักของมันคือ "Convert annoying voice messages on WhatsApp (web) to text using Google Cloud Speech-to-Text API"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WhatsApp Speech-to-Text

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}