Voice Typing

Use your voice to type on any website

Co je Voice Typing?

Voice Typing je rozšíření Chrome vyvinuté https://voicetyping.xyz, a jeho hlavní funkcí je „Use your voice to type on any website“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Voice Typing

Stáhněte si soubory rozšíření Voice Typing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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]                    

Základní Informace o Rozšíření

Název Voice Typing Voice Typing
ID hmpihaioaacpehkghnkmnmgmihalkmdf
Oficiální URL https://chromewebstore.google.com/detail/voice-typing/hmpihaioaacpehkghnkmnmgmihalkmdf
Popis Use your voice to type on any website
Velikost souboru 60.29 KB
Počet instalací 42,672
Aktuální Verze 7.0.2
Poslední Aktualizace 2023-10-14
Datum Vydání 2018-12-13
Hodnocení 3.42/5 Celkem 55 Hodnocení
Vývojář https://voicetyping.xyz
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.voicetyping.xyz/
URL Stránky Nápovědy https://forms.gle/xtL33w62QyAuEiPdA
URL Stránky Zásad Ochrany Soukromí https://www.voicetyping.xyz/privacy
Podporované Jazyky 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\/*"
        ]
    }
}