V2T: Voice To Text
Use speech recognition to convert your voice to text on any tab without typing
V2T: Voice To Text란 무엇입니까?
V2T: Voice To Text은(는) https://artrayd.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use speech recognition to convert your voice to text on any tab without typing"입니다.
확장 프로그램 스크린샷
V2T: Voice To Text 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Will convert your voice to text, using Google speech recognition API. Say goodbye to typos and grammar errors. ✅ Appears as popup, no need to keep separate tab open ✅ Simple and intuitive user interface ✅ No ads and limits What's new: + Improved long text support + Added 16 more languages What's next: + Capitalisation and punctuation auto-fix + Notes history
확장 프로그램 기본 정보
이름 | V2T: Voice To Text |
ID | fidgcpajdfmndoamnjlpjkofgjebjhbb |
공식 URL | https://chromewebstore.google.com/detail/v2t-voice-to-text/fidgcpajdfmndoamnjlpjkofgjebjhbb |
설명 | Use speech recognition to convert your voice to text on any tab without typing |
파일 크기 | 51.57 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.9 |
최근 업데이트 | 2023-10-09 |
출시 날짜 | 2020-06-21 |
평점 | 3.84/5 총 19 개의 평점 |
개발자 | https://artrayd.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://docs.google.com/forms/d/e/1FAIpQLSca79rHbwLo2pIha3Xe4xTuk1W2P4WIb-CCqwgvO7l7HloYjQ/viewform?usp=sf_link |
개인정보 보호 정책 페이지 URL | https://www.privacypolicies.com/live/842228e7-6de6-44da-a184-1a13f70c7feb |
지원되는 언어 | id,ms,de,en,fil,fr,nl,vi,tr,es,it,hu,pl,ro,sv,cs,el,ru,uk,hi,th,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.9", "manifest_version": 3, "icons": { "48": "img\/icon.png", "128": "img\/[email protected]" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "img\/vt.png", "32": "img\/[email protected]", "48": "img\/[email protected]", "128": "img\/[email protected]" } }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "img\/*.svg" ], "use_dynamic_url": true } ], "permissions": [ "activeTab", "storage", "scripting" ], "background": { "service_worker": ".\/background.js" }, "commands": { "_execute_action": { "suggested_key": { "windows": "Ctrl+Shift+Y", "mac": "Command+Shift+Y", "chromeos": "Ctrl+Shift+Y", "linux": "Ctrl+Shift+Y" }, "description": "Opens Voice to Text" } } } |