TalkToGPT
A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.
Was ist TalkToGPT?
TalkToGPT ist eine Chrome-Erweiterung, die von mateen.shagagi entwickelt wurde, und ihr Hauptmerkmal ist "A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.".
Erweiterungsscreenshots
TalkToGPT-Erweiterungs-CRX-Datei herunterladen
Laden Sie TalkToGPT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cjddnooodcpepaicdnlclcegceaiooah |
| Offizielle URL | https://chromewebstore.google.com/detail/talktogpt/cjddnooodcpepaicdnlclcegceaiooah |
| Beschreibung | A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking. |
| Dateigröße | 67.24 KB |
| Installationsanzahl | 55 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2023-10-10 |
| Veröffentlichungsdatum | 2023-10-09 |
| Entwickler | mateen.shagagi |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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."
} | |