WhisperAI - AI driven Speech-to-text
An AI-driven Speech-to-text extension leveraging OpenAI's Whisper API for efficient and accurate conversion in web input fields.
WhisperAI - AI driven Speech-to-textとは何ですか?
WhisperAI - AI driven Speech-to-textはwhisperaidevによって開発されたChromeの拡張機能で、その主な機能は「An AI-driven Speech-to-text extension leveraging OpenAI's Whisper API for efficient and accurate conversion in web input fields.」です。
拡張機能のスクリーンショット
WhisperAI - AI driven Speech-to-text拡張機能のCRXファイルをダウンロード
WhisperAI - AI driven Speech-to-text拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Transform the way you browse with Whisper AI Speech-to-text 🌐. Our cutting-edge Chrome extension, powered by OpenAI's Whisper API, effortlessly converts your speech into text on any website. Just click the microphone icon 🎤 next to any text field and start speaking. Whether it's emails, forms, or chats, Whisper AI chrome extension accurately transcribes your words in real-time, making web interaction fast and convenient. Ideal for those who prefer speaking over typing or need typing assistance, Whisper AI enhances productivity and web accessibility 🚀. Embrace the simplicity of voice typing and revolutionize your online experience with Whisper AI.
拡張機能の基本情報
名前 | WhisperAI - AI driven Speech-to-text |
ID | klhcnkknganbneegjihbcfjoifiomhfn |
公式URL | https://chromewebstore.google.com/detail/whisperai-ai-driven-speec/klhcnkknganbneegjihbcfjoifiomhfn |
説明 | An AI-driven Speech-to-text extension leveraging OpenAI's Whisper API for efficient and accurate conversion in web input fields. |
ファイルサイズ | 3.07 MB |
インストール数 | 43 |
現在のバージョン | 1.0.1 |
最終更新日 | 2024-02-28 |
公開日 | 2023-12-06 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | whisperaidev |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://www.whipser.xyz/ |
プライバシーポリシーページのURL | https://whipser.xyz/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WhisperAI - AI driven Speech-to-text", "version": "1.0.1", "description": "An AI-driven Speech-to-text extension leveraging OpenAI's Whisper API for efficient and accurate conversion in web input fields.", "permissions": [ "storage", "identity", "tabs", "offscreen" ], "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "oauth2": { "client_id": "999492254133-rhihvl6hiqm9pi07khv7ui831hpo790g.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |