Copy Chat GPT
This extension allows you to copy chat GPT responses with a click of a button or through CMD+K
Cos'è Copy Chat GPT?
Copy Chat GPT è un'estensione di Chrome sviluppata da keithtrroy, e la sua funzione principale è "This extension allows you to copy chat GPT responses with a click of a button or through CMD+K".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copy Chat GPT
Scarica i file di estensione Copy Chat GPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows you to copy chat GPT responses with a click of a button or through CMD+K
Informazioni di Base sull'Estensione
Nome | Copy Chat GPT |
ID | ejhmbicpoopanfdgheceflehbmapaeji |
URL Ufficiale | https://chromewebstore.google.com/detail/copy-chat-gpt/ejhmbicpoopanfdgheceflehbmapaeji |
Descrizione | This extension allows you to copy chat GPT responses with a click of a button or through CMD+K |
Dimensione del File | 132 KB |
Conteggio Installazioni | 157 |
Versione Corrente | 0.2.1 |
Ultimo Aggiornamento | 2023-01-19 |
Data di Pubblicazione | 2023-01-19 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | keithtrroy |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://inkbotdesign.com/ |
URL della Pagina di Aiuto | https://inkbotdesign.com/contact/ |
Lingue Supportate | 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\/*" ] } ] } |