TalkToGPT

A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.

TalkToGPTคืออะไร?

TalkToGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mateen.shagagi และคุณลักษณะหลักของมันคือ "A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking."

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

screenshot
screenshot

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

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

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

                        A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.                    

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

ชื่อ TalkToGPT TalkToGPT
ID cjddnooodcpepaicdnlclcegceaiooah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/talktogpt/cjddnooodcpepaicdnlclcegceaiooah
คำอธิบาย A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.
ขนาดไฟล์ 67.24 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-10-10
วันที่เผยแพร่ 2023-10-09
ผู้พัฒนา mateen.shagagi
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TalkToGPT",
    "version": "1.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chat.openai.com\/c\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "microphone.png",
        "48": "microphone.png",
        "128": "microphone.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "TalkToGPT"
    },
    "description": "A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking."
}