Copy Chat GPT
This extension allows you to copy chat GPT responses with a click of a button or through CMD+K
Vad är Copy Chat GPT?
Copy Chat GPT är en Chrome-tillägg utvecklad av keithtrroy, och dess huvudfunktion är "This extension allows you to copy chat GPT responses with a click of a button or through CMD+K".
Tilläggsskärmbilder
Ladda ner Copy Chat GPT-förlängningens CRX-fil
Ladda ner Copy Chat GPT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension allows you to copy chat GPT responses with a click of a button or through CMD+K Grundläggande Information om Tillägg
| Namn | |
| ID | ejhmbicpoopanfdgheceflehbmapaeji |
| Officiell webbadress | https://chromewebstore.google.com/detail/copy-chat-gpt/ejhmbicpoopanfdgheceflehbmapaeji |
| Beskrivning | This extension allows you to copy chat GPT responses with a click of a button or through CMD+K |
| Filstorlek | 132 KB |
| Antal Installationer | 157 |
| Aktuell Version | 0.2.1 |
| Senast Uppdaterad | 2023-01-19 |
| Publiceringsdatum | 2023-01-19 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | keithtrroy |
| Betalningssätt | free |
| Tilläggswebbplats | https://inkbotdesign.com/ |
| Hjälpsida URL | https://inkbotdesign.com/contact/ |
| Stödda Språk | 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\/*"
]
}
]
} | |