Copy Chat GPT
This extension allows you to copy chat GPT responses with a click of a button or through CMD+K
Apa itu Copy Chat GPT?
Copy Chat GPT adalah ekstensi Chrome yang dikembangkan oleh keithtrroy, dan fitur utamanya adalah "This extension allows you to copy chat GPT responses with a click of a button or through CMD+K".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Copy Chat GPT
Unduh file ekstensi Copy Chat GPT dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension allows you to copy chat GPT responses with a click of a button or through CMD+K
Informasi Dasar Ekstensi
Nama | Copy Chat GPT |
ID | ejhmbicpoopanfdgheceflehbmapaeji |
URL Resmi | https://chromewebstore.google.com/detail/copy-chat-gpt/ejhmbicpoopanfdgheceflehbmapaeji |
Deskripsi | This extension allows you to copy chat GPT responses with a click of a button or through CMD+K |
Ukuran File | 132 KB |
Jumlah Instalasi | 157 |
Versi Saat Ini | 0.2.1 |
Terakhir Diperbarui | 2023-01-19 |
Tanggal Publikasi | 2023-01-19 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | keithtrroy |
Tipe Pembayaran | free |
Situs Ekstensi | https://inkbotdesign.com/ |
URL Halaman Bantuan | https://inkbotdesign.com/contact/ |
Bahasa yang Didukung | 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\/*" ] } ] } |