Talk To ChatGPT

Using voice to interact with ChatGPT

Talk To ChatGPTคืออะไร?

Talk To ChatGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Userly Labs และคุณลักษณะหลักของมันคือ "Using voice to interact with ChatGPT"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Talk To ChatGPT

ดาวน์โหลดไฟล์ส่วนขยาย Talk To ChatGPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ● Talk To ChatGPT by TalkBerry.ai
Talk To ChatGPT is a powerful chrome extension that allows you to interact with ChatGPT using just your voice! With TalkBerry, you can easily choose the language you want to chat with and start talking to ChatGPT immediately and conveniently.
Visit our website: https://www.talkberry.ai/talk-to-chatgpt
Instagram: https://www.instagram.com/talkberry.ai/
Youtube: https://www.youtube.com/@TalkBerry-AI-English-Tutor
● Features
Speak directly to ChatGPT with Voice: This plugin lets you easily control ChatGPT with voice commands, making it easy to get the help you need with writing projects, practice your conversational skills, or just have a friendly chat with an AI language model.
Multilingual Support: Talk To ChatGPT supports multiple languages, so you can chat with ChatGPT in the language of your choice. Whether you're learning Spanish, French, Mandarin, or any other language, TalkBerry is here to help.
Personalized Language Tutoring: With Talk To ChatGPT, you can turn ChatGPT into your own personal language tutor. Practice speaking in a foreign language, break down language barriers, and make rapid progress towards speaking fluency. Whether you're a beginner or an advanced learner, TalkBerry makes language learning fun and easy.
Easy to UseTalk: Talk To ChatGPT is simple and user-friendly. Just install the extension, click the microphone button, and start talking to ChatGPT. It's that easy!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Talk To ChatGPT Talk To ChatGPT
ID facjhgcdnbfghhbnmfjgkncnbimfdakb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/talk-to-chatgpt/facjhgcdnbfghhbnmfjgkncnbimfdakb
คำอธิบาย Using voice to interact with ChatGPT
ขนาดไฟล์ 111 KB
จำนวนการติดตั้ง 26,922
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2023-09-21
วันที่เผยแพร่ 2023-03-27
คะแนน 3.79/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา Userly Labs
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Talk To ChatGPT",
    "description": "Using voice to interact with ChatGPT",
    "version": "1.2.1",
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/www.talkberry.ai\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}