Voice Typing

Use your voice to type on any website

Qu'est-ce que Voice Typing ?

Voice Typing est une extension Chrome développée par https://voicetyping.xyz, et sa fonction principale est "Use your voice to type on any website".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Voice Typing

Téléchargez les fichiers d'extension Voice Typing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Voice Typing Voice Typing
ID hmpihaioaacpehkghnkmnmgmihalkmdf
URL Officiel https://chromewebstore.google.com/detail/voice-typing/hmpihaioaacpehkghnkmnmgmihalkmdf
Description Use your voice to type on any website
Taille du Fichier 60.29 KB
Nombre d'Installations 42,672
Version Actuelle 7.0.2
Dernière Mise à Jour 2023-10-14
Date de Publication 2018-12-13
Évaluation 3.42/5 Total 55 Évaluations
Développeur https://voicetyping.xyz
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.voicetyping.xyz/
URL de la Page d'Aide https://forms.gle/xtL33w62QyAuEiPdA
URL de la Page de Politique de Confidentialité https://www.voicetyping.xyz/privacy
Langues Prises en Charge 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\/*"
        ]
    }
}