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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WhatsApp Speech-to-Text
قم بتنزيل ملفات الامتداد WhatsApp Speech-to-Text بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Convert annoying voice messages on WhatsApp (web) to text using Google Cloud Speech-to-Text API معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | 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"
]
} | |