Copy Chat GPT
This extension allows you to copy chat GPT responses with a click of a button or through CMD+K
ما هو Copy Chat GPT؟
Copy Chat GPT هو إضافة Chrome تم تطويرها بواسطة keithtrroy، والميزة الرئيسية لها هي "This extension allows you to copy chat GPT responses with a click of a button or through CMD+K".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Copy Chat GPT
قم بتنزيل ملفات الامتداد Copy Chat GPT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to copy chat GPT responses with a click of a button or through CMD+K معلومات أساسية عن التمديد
| الاسم | |
| ID | ejhmbicpoopanfdgheceflehbmapaeji |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/copy-chat-gpt/ejhmbicpoopanfdgheceflehbmapaeji |
| الوصف | This extension allows you to copy chat GPT responses with a click of a button or through CMD+K |
| حجم الملف | 132 KB |
| عدد التثبيتات | 157 |
| النسخة الحالية | 0.2.1 |
| آخر تحديث | 2023-01-19 |
| تاريخ النشر | 2023-01-19 |
| تقييم | 3.00/5 مجموع تقييمات 2 |
| المطور | keithtrroy |
| نوع الدفع | free |
| موقع الإضافة | https://inkbotdesign.com/ |
| عنوان صفحة المساعدة | https://inkbotdesign.com/contact/ |
| اللغات المدعومة | 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\/*"
]
}
]
} | |