VoiceType
VoiceType - Simple, Secure Web Dictation
VoiceType क्या है?
VoiceType https://voicecontrol.chat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "VoiceType - Simple, Secure Web Dictation"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VoiceType एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [ "*:\/\/*\/*" ] } ] } |