Talk with GPT Extensions

Extension to talk with GPT

Talk with GPT Extensions란 무엇입니까?

Talk with GPT Extensions은(는) https://blue-tang.tistory.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to talk with GPT"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Talk with GPT Extensions 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Talk-with-GPT is a Chrome extension that lets you have a conversation with the latest language model AI from OpenAI. With Talk-with-GPT, you can engage in a natural and engaging chat with GPT-3, using your voice or text input. The extension uses Chrome's text-to-speech and text recognition features to facilitate a conversation experience with the AI.

To use Talk-with-GPT, simply register an OpenAI API key, and you're ready to go. The extension comes with a simple and intuitive user interface.

Whether you're looking to have a casual conversation, practice your language skills, or just experiment with the latest in AI technology, Talk-with-GPT is the perfect tool for you.

** Usage **

1. Get API-KEY from open ai.
2. Open extension popup.
3. Register the key.
4. Select language if needed.
5. Click "Start conversation" button.
6. On the modal, click "click to speak" button and start the conversation.

------

Talk-with-GPT는 OpenAI의 최신 언어 모델 AI와 대화할 수 있는 크롬 확장 프로그램입니다. Talk-with-GPT를 사용하면 음성 또는 텍스트 입력을 사용하여 GPT-3와 자연스러운 대화를 나눌 수 있습니다. 이 확장 프로그램은 크롬의 텍스트 음성 변환 및 텍스트 인식 기능을 사용하여 AI와 대화를 쉽게 할 수 있도록 도와줍니다.

Talk-with-GPT를 사용하려면 OpenAI API 키를 등록하기만 하면 됩니다. 이 확장 프로그램은 간단하고 직관적인 사용자 인터페이스를 제공합니다.

캐주얼 대화, 언어 실력 향상, 최신 AI 기술 실험 등 다양한 용도로 Talk-with-GPT가 완벽한 도구입니다.

** 사용 방법 **

Open AI에서 API-KEY를 받으세요.
확장 프로그램 팝업을 엽니다.
API-KEY를 등록합니다.
필요한 경우 언어를 선택합니다.
"대화 시작" 버튼을 클릭합니다.
모달에서 "클릭하여 말하기" 버튼을 클릭하고 대화를 시작하세요.                    

확장 프로그램 기본 정보

이름 Talk with GPT Extensions Talk with GPT Extensions
ID galockpmkiembebpfcnnalaomfglknkf
공식 URL https://chromewebstore.google.com/detail/talk-with-gpt-extensions/galockpmkiembebpfcnnalaomfglknkf
설명 Extension to talk with GPT
파일 크기 7.32 MB
설치 횟수 107
현재 버전 0.1.0
최근 업데이트 2023-04-02
출시 날짜 2023-03-29
개발자 https://blue-tang.tistory.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/JAAAAAEMKIM/talk-with-gpt
도움말 페이지 URL https://github.com/JAAAAAEMKIM/talk-with-gpt
개인정보 보호 정책 페이지 URL https://github.com/JAAAAAEMKIM/talk-with-gpt/blob/main/%EA%B0%9C%EC%9D%B8%EC%A0%95%EB%B3%B4%EC%B2%98%EB%A6%AC%EB%B0%A9%EC%B9%A8
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Talk with GPT Extensions",
    "description": "Extension to talk with GPT",
    "version": "0.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "images\/extension_icon-16.png",
        "32": "images\/extension_icon-32.png",
        "48": "images\/extension_icon-48.png",
        "128": "images\/extension_icon-128.png"
    },
    "action": {
        "default_icon": "images\/extension_icon-16.png",
        "default_popup": "public\/popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ]
}