TalkToGPT

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

TalkToGPT là gì?

TalkToGPT là một tiện ích mở rộng Chrome được phát triển bởi mateen.shagagi, và tính năng chính của nó là "A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TalkToGPT

Tải xuống các tệp mở rộng TalkToGPT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TalkToGPT TalkToGPT
ID cjddnooodcpepaicdnlclcegceaiooah
URL Chính Thức https://chromewebstore.google.com/detail/talktogpt/cjddnooodcpepaicdnlclcegceaiooah
Mô tả A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.
Kích Thước Tệp 67.24 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-10-10
Ngày Phát Hành 2023-10-09
Nhà Phát Triển mateen.shagagi
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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."
}