Talk & Write
A listening notepad
Talk & Writeとは何ですか?
Talk & Writeはhttps://www.extendbrowser.comによって開発されたChromeの拡張機能で、その主な機能は「A listening notepad」です。
拡張機能のスクリーンショット
Talk & Write拡張機能のCRXファイルをダウンロード
Talk & Write拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
"TALK & WRITE" for Chrome browser. Reduce typing time with this voice recognition extension. Talk & Write" is an extension for Chrome browser that helps you type text using your voice. Read a text content and it will be typed to a notepad where you can edit it as you like. "Talk & Write" purpose is to digitize a text document by reading it, through a simple interface. For better results, use a headset or an external microphone. Powered by Google's Web Speech API.
拡張機能の基本情報
名前 | Talk & Write |
ID | aoccbmdngdnaepdoonchccpgloegkhid |
公式URL | https://chromewebstore.google.com/detail/talk-write/aoccbmdngdnaepdoonchccpgloegkhid |
説明 | A listening notepad |
ファイルサイズ | 41.23 KB |
インストール数 | 10,000 |
現在のバージョン | 1.0.1 |
最終更新日 | 2023-08-29 |
公開日 | 2020-02-11 |
評価 | 4.44/5 合計 39 レビュー |
開発者 | https://www.extendbrowser.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.extendbrowser.com/talkandwrite.html |
プライバシーポリシーページのURL | https://www.extendbrowser.com/privacy_policy.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Talk & Write", "description": "A listening notepad", "icons": { "16": "speakingHead16.png", "32": "speakingHead32.png", "48": "speakingHead48.png", "128": "speakingHead128.png" }, "version": "1.0.1", "author": "George Zotos", "action": { "default_icon": "speakingHead48.png", "default_title": "Talk & Write" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/www.extendbrowser.com\/*" ] } |