DialogusAI - Learn Language by talking to AI

This is Language speaking and learing chrom extension it converts your voice to chatGPT text and his response into speech.

DialogusAI - Learn Language by talking to AI란 무엇입니까?

DialogusAI - Learn Language by talking to AI은(는) stefanristic132에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is Language speaking and learing chrom extension it converts your voice to chatGPT text and his response into speech."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

DialogusAI - Learn Language by talking to AI 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is DialogusAI google extension, where you can have conversational exchanges with the world's most advanced text processing AI ChatGPT.

Simply use your voice to ask AI any question, and get a response.
With its vast knowledge base and ability to understand and respond to complex queries.

AI is the perfect companion for engaging conversations on any topic best thing you can tell him and choose on witch language you want to talk and then tall him the level of your knowlage of specific language.

It is a great tool to quickly and easily speak on other languages  with just a click, DialogusAI and ChatGPT is the ideal app for multilingual conversations.

Just Allow it to use your microfon click OK and have fun

PRIVACY NOTICE: All voice processing is done in browser and NO recordings or data is sent anywhere else except the chatGPT chat window. Enjoy!

If you have any suggestions:
@stefan_ljuti on twitter                    

확장 프로그램 기본 정보

이름 DialogusAI - Learn Language by talking to AI DialogusAI - Learn Language by talking to AI
ID nieneinjdkdjapfojikpmjpmcebjiooe
공식 URL https://chromewebstore.google.com/detail/dialogusai-learn-language/nieneinjdkdjapfojikpmjpmcebjiooe
설명 This is Language speaking and learing chrom extension it converts your voice to chatGPT text and his response into speech.
파일 크기 55.8 KB
설치 횟수 339
현재 버전 0.1.0
최근 업데이트 2022-12-28
출시 날짜 2022-12-28
개발자 stefanristic132
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DialogusAI - Learn Language by talking to AI",
    "version": "0.1.0",
    "description": "This is Language speaking and learing chrom extension it converts your voice to chatGPT text and his response into speech.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}