Speech to Text
Speech recognizer application to keep it as text.
Speech to Textとは何ですか?
Speech to Textはtand826によって開発されたChromeの拡張機能で、その主な機能は「Speech recognizer application to keep it as text.」です。
拡張機能のスクリーンショット
Speech to Text拡張機能のCRXファイルをダウンロード
Speech to Text拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Speech recognizer extension. Just record your voice and keep them as text in the history. You can copy the histories with a single click, or ctrl(alt/option)+click for multiple histories. [ Updated v2.1 ] > added locales [ Updated v2.0 ] > added a setting to keep recording until it is manually stopped > added a button to delete all the recorded histories > added a feature to copy multiple histories by clicking with ctrl / alt / option key > history can store up to 10 records
拡張機能の基本情報
名前 | Speech to Text |
ID | icgocicggifobehhjlekfcfmkmgnhoik |
公式URL | https://chromewebstore.google.com/detail/speech-to-text/icgocicggifobehhjlekfcfmkmgnhoik |
説明 | Speech recognizer application to keep it as text. |
ファイルサイズ | 677 KB |
インストール数 | 3,620 |
現在のバージョン | 2.1 |
最終更新日 | 2022-02-16 |
公開日 | 2020-03-24 |
評価 | 3.50/5 合計 2 レビュー |
開発者 | tand826 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://tand826.github.io/speech_to_text_homepage/ |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "Takumi Ando", "name": "Speech to Text", "description": "Speech recognizer application to keep it as text.", "version": "2.1", "icons": { "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_icon": "icons\/icon32.png", "default_title": "Popup", "default_popup": "popup.html" }, "permissions": [ "storage" ], "homepage_url": "https:\/\/github.com\/tand826\/speech2text", "default_locale": "en" } |