Voice Typing

Use your voice to type on any website

Voice Typing क्या है?

Voice Typing https://voicetyping.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use your voice to type on any website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Voice Typing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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]                    

एक्सटेंशन की मूल जानकारी

नाम Voice Typing Voice Typing
ID hmpihaioaacpehkghnkmnmgmihalkmdf
आधिकारिक URL https://chromewebstore.google.com/detail/voice-typing/hmpihaioaacpehkghnkmnmgmihalkmdf
विवरण Use your voice to type on any website
फ़ाइल का आकार 60.29 KB
स्थापना संख्या 42,672
वर्तमान संस्करण 7.0.2
अंतिम अपडेट 2023-10-14
प्रकाशन तिथि 2018-12-13
रेटिंग 3.42/5 कुल 55 रेटिंग्स
डेवलपर https://voicetyping.xyz
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.voicetyping.xyz/
सहायता पृष्ठ URL https://forms.gle/xtL33w62QyAuEiPdA
गोपनीयता नीति पृष्ठ URL https://www.voicetyping.xyz/privacy
समर्थित भाषाएँ 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\/*"
        ]
    }
}