VoiceType
VoiceType - Simple, Secure Web Dictation
VoiceType란 무엇입니까?
VoiceType은(는) https://voicecontrol.chat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "VoiceType - Simple, Secure Web Dictation"입니다.
확장 프로그램 스크린샷
VoiceType 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Voice Type brings the convenience of voice-to-text technology directly to your browser, allowing you to input text on any website using just your voice. It's an intuitive, easy-to-use extension designed for efficiency and simplicity. Key Features: 🎙️ Efficient Typing Solution: Ideal for quick searches, composing messages, or any text input. 🌍 Supports multiple languages 🪐 Universal Compatibility: Works seamlessly across all websites. 🔒 Privacy-Focused: Operates only when you enable it, ensuring your conversations remain private. ❤️ User-Friendly: Simple interface, activate with a click, and start speaking. Voice Type is all about enhancing your browsing experience without the complexities. It's your personal typing assistant, ready when you are, but only on your terms. Browser support: ✅ Chrome for desktop ➖ Edge (Windows only) ❌ Brave ❌ Mobile browsers ❌ Other
확장 프로그램 기본 정보
이름 | VoiceType |
ID | jgofhdodppnlhijhmefpagmbpdkdfena |
공식 URL | https://chromewebstore.google.com/detail/voicetype/jgofhdodppnlhijhmefpagmbpdkdfena |
설명 | VoiceType - Simple, Secure Web Dictation |
파일 크기 | 4.74 MB |
설치 횟수 | 605 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2023-11-29 |
출시 날짜 | 2023-11-29 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | https://voicecontrol.chat |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://voicecontrol.chat/voice-type |
개인정보 보호 정책 페이지 URL | https://voicecontrol.chat/voice-type/legal/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "VoiceType", "version": "1.0.0", "description": "VoiceType - Simple, Secure Web Dictation", "permissions": [ "storage", "scripting", "activeTab", "contextMenus", "commands" ], "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_icon": "icon-34.png" }, "commands": { "toggle-inject": { "suggested_key": { "default": "Alt+V" }, "description": "Turn extension on\/off" } }, "icons": { "128": "icon-128.png" }, "content_scripts": [], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "assets\/svg\/*.svg", "assets\/png\/*.png", "assets\/webm\/*.webm", "icon-128.png", "icon-34.png", "src\/pages\/recognition\/index.html", "src\/pages\/recognition\/index.js", "src\/pages\/options\/index.html", "src\/pages\/options\/index.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |