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
官方網址 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."
}