TalkToGPT

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

Apa itu TalkToGPT?

TalkToGPT adalah ekstensi Chrome yang dikembangkan oleh mateen.shagagi, dan fitur utamanya adalah "A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi TalkToGPT

Unduh file ekstensi TalkToGPT dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama TalkToGPT TalkToGPT
ID cjddnooodcpepaicdnlclcegceaiooah
URL Resmi https://chromewebstore.google.com/detail/talktogpt/cjddnooodcpepaicdnlclcegceaiooah
Deskripsi A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.
Ukuran File 67.24 KB
Jumlah Instalasi 55
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-10-10
Tanggal Publikasi 2023-10-09
Pengembang mateen.shagagi
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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."
}