Voice Typing

Use your voice to type on any website

¿Qué es Voice Typing?

Voice Typing es una extensión de Chrome desarrollada por https://voicetyping.xyz, y su función principal es "Use your voice to type on any website".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Voice Typing

Descarga archivos de extensión Voice Typing en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        voice typing --- it makes it easy to type text and emoji in the browser using voice-to-text.
Whether it is writing emails in Gmail, answering assignments in Classroom, responding to customer tickets, replying to chats or learning pronunciations, Voice Typing - Voice-To-Text capability lets you do them all using your voice.
Works on google docs, google spreadsheets, fb messenger, instagram chats,  Gmail or write blog posts on Wordpress or send messages in Slack  and in any site that contains a text box. 

It can recognize a wide variety of languages. In order to work with this extension, simply open the addon's UI and then press on the big microphone icon to start converting your voice to text. Please note that, when the add-on is first started, it asks for microphone permission. Please accept the permission to start working with the add-on.

Works on google docs, google spreadsheets, fb messenger, instagram chats,  Gmail or write blog posts on Wordpress or send messages in Slack  and in any site that contains a text box. 

Greatest feature of all is, that it works on all the websites. :)

website: https://www.voicetyping.xyz/

Some Features: 

✅  Integration with ChatGPT with "Computer" command.
✅ Type text and emoji with your voice on any website in more than 100 languages.
✅ TTS (Text to Speech) and copy on single click for recognized text. Comes with voices commands such as  
✅ emoji - to search from more then 1800 emoji in your language to type a emoji with your voice.
✅ Commands such as undo, redo, newline, press enter etc.
✅ Word Expander.
✅ Word Replacements.
✅  Speech Translation.
✅ Free to use.

Note: Listed commands name changes according to selected language.

If you feel any issue, please write to [email protected]                    

Información Básica de la Extensión

Nombre Voice Typing Voice Typing
ID hmpihaioaacpehkghnkmnmgmihalkmdf
URL Oficial https://chromewebstore.google.com/detail/voice-typing/hmpihaioaacpehkghnkmnmgmihalkmdf
Descripción Use your voice to type on any website
Tamaño del Archivo 60.29 KB
Cantidad de Instalaciones 42,672
Versión Actual 7.0.2
Última Actualización 2023-10-14
Fecha de Publicación 2018-12-13
Calificación 3.42/5 Total de 55 Calificaciones
Desarrollador https://voicetyping.xyz
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.voicetyping.xyz/
URL de la Página de Ayuda https://forms.gle/xtL33w62QyAuEiPdA
URL de la Página de Política de Privacidad https://www.voicetyping.xyz/privacy
Idiomas Soportados id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "manifest_version": 3,
    "version": "7.0.2",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab"
    ],
    "default_locale": "en",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "commands": {
        "toggle-voice-typing": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Toggle Voice Typing"
        }
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png",
            "128": "images\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "content_script.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/imagetext.xyz\/*",
            "*:\/\/*.imagetext.xyz\/*",
            "*:\/\/voicetyping.xyz\/*",
            "*:\/\/*.voicetyping.xyz\/*"
        ]
    }
}