VoiceType
VoiceType - Simple, Secure Web Dictation
Hvad er VoiceType?
VoiceType er en Chrome-udvidelse udviklet af https://voicecontrol.chat, og dens hovedfunktion er "VoiceType - Simple, Secure Web Dictation".
Udvidelsesskærmbilleder
Download VoiceType-udvidelses-CRX-fil
Download VoiceType-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | VoiceType |
ID | jgofhdodppnlhijhmefpagmbpdkdfena |
Officiel URL | https://chromewebstore.google.com/detail/voicetype/jgofhdodppnlhijhmefpagmbpdkdfena |
Beskrivelse | VoiceType - Simple, Secure Web Dictation |
Filstørrelse | 4.74 MB |
Antal Installationer | 605 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2023-11-29 |
Udgivelsesdato | 2023-11-29 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | https://voicecontrol.chat |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://voicecontrol.chat/voice-type |
URL til Fortrolighedspolitik Side | https://voicecontrol.chat/voice-type/legal/privacy |
Understøttede Sprog | 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": [ "*:\/\/*\/*" ] } ] } |