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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert annoying voice messages on WhatsApp (web) to text using Google Cloud Speech-to-Text API"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WhatsApp Speech-to-Text एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" ] } |