TalkToGPT

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

Qu'est-ce que TalkToGPT ?

TalkToGPT est une extension Chrome développée par mateen.shagagi, et sa fonction principale est "A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension TalkToGPT

Téléchargez les fichiers d'extension TalkToGPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom TalkToGPT TalkToGPT
ID cjddnooodcpepaicdnlclcegceaiooah
URL Officiel https://chromewebstore.google.com/detail/talktogpt/cjddnooodcpepaicdnlclcegceaiooah
Description A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.
Taille du Fichier 67.24 KB
Nombre d'Installations 55
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-10-10
Date de Publication 2023-10-09
Développeur mateen.shagagi
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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."
}