Copy Chat GPT
This extension allows you to copy chat GPT responses with a click of a button or through CMD+K
Was ist Copy Chat GPT?
Copy Chat GPT ist eine Chrome-Erweiterung, die von keithtrroy entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to copy chat GPT responses with a click of a button or through CMD+K".
Erweiterungsscreenshots
Copy Chat GPT-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copy Chat GPT-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
This extension allows you to copy chat GPT responses with a click of a button or through CMD+K Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ejhmbicpoopanfdgheceflehbmapaeji |
| Offizielle URL | https://chromewebstore.google.com/detail/copy-chat-gpt/ejhmbicpoopanfdgheceflehbmapaeji |
| Beschreibung | This extension allows you to copy chat GPT responses with a click of a button or through CMD+K |
| Dateigröße | 132 KB |
| Installationsanzahl | 157 |
| Aktuelle Version | 0.2.1 |
| Letztes Update | 2023-01-19 |
| Veröffentlichungsdatum | 2023-01-19 |
| Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
| Entwickler | keithtrroy |
| Zahlungsart | free |
| Erweiterungswebsite | https://inkbotdesign.com/ |
| Hilfeseite URL | https://inkbotdesign.com/contact/ |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"author": "Mohsin",
"name": "Copy Chat GPT",
"icons": {
"16": "media\/16.png",
"19": "media\/19.png",
"38": "media\/38.png",
"48": "media\/48.png",
"128": "media\/128.png"
},
"description": "This extension allows you to copy chat GPT responses with a click of a button or through CMD+K",
"version": "0.2.1",
"content_scripts": [
{
"js": [
"init.js"
],
"css": [
"styles.css"
],
"matches": [
"https:\/\/chat.openai.com\/*"
]
}
]
} | |