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」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | ![]() |
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" ] } |