TalkToGPT

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

什么是TalkToGPT?

TalkToGPT是由mateen.shagagi开发的Chrome扩展程序,该扩展的主要功能是“A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.”。

扩展截图

screenshot
screenshot

下载TalkToGPT扩展crx文件

下载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."
}