Voice Typing

Use your voice to type on any website

Cos'è Voice Typing?

Voice Typing è un'estensione di Chrome sviluppata da https://voicetyping.xyz, e la sua funzione principale è "Use your voice to type on any website".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Voice Typing

Scarica i file di estensione Voice Typing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Voice Typing Voice Typing
ID hmpihaioaacpehkghnkmnmgmihalkmdf
URL Ufficiale https://chromewebstore.google.com/detail/voice-typing/hmpihaioaacpehkghnkmnmgmihalkmdf
Descrizione Use your voice to type on any website
Dimensione del File 60.29 KB
Conteggio Installazioni 42,672
Versione Corrente 7.0.2
Ultimo Aggiornamento 2023-10-14
Data di Pubblicazione 2018-12-13
Valutazione 3.42/5 Totale 55 Valutazioni
Sviluppatore https://voicetyping.xyz
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.voicetyping.xyz/
URL della Pagina di Aiuto https://forms.gle/xtL33w62QyAuEiPdA
URL della Pagina della Politica sulla Privacy https://www.voicetyping.xyz/privacy
Lingue Supportate 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\/*"
        ]
    }
}