Voice Typing for ChatGPT

A simple extension by Diakiv A.A. that allows users to type text using their voice on chat.openai.com

Voice Typing for ChatGPT란 무엇입니까?

Voice Typing for ChatGPT은(는) a.a.diakiv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple extension by Diakiv A.A. that allows users to type text using their voice on chat.openai.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Voice Typing for ChatGPT 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Title: Voice Typing for chatGPT

Description:

"Voice Typing for chatGPT" is an intuitive and convenient browser extension that allows users to input text using their voice on the website chat.openai.com. The extension recognizes Russian, English, and Spanish speech, ensuring comfortable communication with chatbots and simplifying interactions with the service.

Main features:

Voice input of text on the chat.openai.com website
Recognition of English, Russian, Spanish and French speech
Simple and clear interface
Fast switching between supported languages
Extension window remains on top of all windows for convenient use

How to use:

Install the "Voice Typing for chatGPT" extension from the Chrome Web Store.
Visit chat.openai.com.
Click on the extension icon in the browser toolbar.
In the pop-up window, select the language you want to speak (Russian, English, French, or Spanish).
Click the SAVE & START button. A microphone with a flag indicating the language to be recognized will appear below the chatGPT text field. Click on the microphone and start speaking. To switch languages, click on the app button, select a new language, and click SAVE & START.
The extension will automatically input the recognized text into the input field on the chat.openai.com website.
To quickly invoke the function, press Shift+Alt+Y
"Voice Typing for chatGPT" is designed to simplify the use of the OpenAI service and increase the efficiency of communication with chatbots. Enjoy seamless voice input and efficient communication with this convenient extension!                    

확장 프로그램 기본 정보

이름 Voice Typing for ChatGPT Voice Typing for ChatGPT
ID daocapifjfgpmfkbfkokemddlfnmnkae
공식 URL https://chromewebstore.google.com/detail/voice-typing-for-chatgpt/daocapifjfgpmfkbfkokemddlfnmnkae
설명 A simple extension by Diakiv A.A. that allows users to type text using their voice on chat.openai.com
파일 크기 54.41 KB
설치 횟수 83
현재 버전 1.2.1
최근 업데이트 2023-04-18
출시 날짜 2023-04-04
평점 5.00/5 총 2 개의 평점
개발자 a.a.diakiv
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Voice Typing for ChatGPT",
    "version": "1.2.1",
    "description": "A simple extension by Diakiv A.A. that allows users to type text using their voice on chat.openai.com",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_icon": {
            "48": "icon_48.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}