VoiceType

VoiceType - Simple, Secure Web Dictation

什麼是VoiceType?

VoiceType是由https://voicecontrol.chat開發的Chrome擴展程式,該擴展的主要功能是“VoiceType - Simple, Secure Web Dictation”。

擴展截圖

screenshot
screenshot

下載VoiceType擴展crx文件

下載VoiceType擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 VoiceType
ID jgofhdodppnlhijhmefpagmbpdkdfena
官方網址 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}