Talk & Write
A listening notepad
Talk & Write란 무엇입니까?
Talk & Write은(는) https://www.extendbrowser.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A listening notepad"입니다.
확장 프로그램 스크린샷
Talk & Write 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"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 |
이메일 | [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\/*" ] } |