Chatpgt Copy Export Clipboard
🪄 Enhance CHATGPT with copy button, export chat in any extension and clipboard manager 📋. Compatible with AIPRM ✅
Chatpgt Copy Export Clipboardคืออะไร?
Chatpgt Copy Export Clipboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CodeOz และคุณลักษณะหลักของมันคือ "🪄 Enhance CHATGPT with copy button, export chat in any extension and clipboard manager 📋. Compatible with AIPRM ✅"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chatpgt Copy Export Clipboard
ดาวน์โหลดไฟล์ส่วนขยาย Chatpgt Copy Export Clipboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
"Chatpt Copy Export Clipboard" is a powerful and easy-to-use Chrome plugin extension that enhances your ChatGPT experience. With this extension, you can easily copy a single message or select multiple messages and copy/export them in various formats, including TXT, XLS, CSV, JSON, HTML and XML. The plugin is compatible with AIPRM and has a light installation footprint of only 30kB. In addition to its robust copying and exporting capabilities, "Chatpt Copy Export Clipboard" is specifically designed to streamline your ChatGPT experience. Whether you need to save important messages for later reference, share them with others, or analyze them for research purposes, this extension makes it easy to manage your chat data. Simply select the messages you want to copy or export, choose your preferred format, and let "Chatpt Copy Export Clipboard" do the rest. Say goodbye to the frustration of manually copying and pasting individual messages. With "Chatpt Copy Export Clipboard," you can take full control of your chat data in just a few clicks. Try it out today and experience the convenience of a truly enhanced ChatGPT experience. If you have any trouble, please update this extensions since ChatGPT change some URL, your extension can have trouble to run.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chatpgt Copy Export Clipboard |
ID | pepppbfidpcpglligpchbmdnjpjiidae |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chatpgt-copy-export-clipb/pepppbfidpcpglligpchbmdnjpjiidae |
คำอธิบาย | 🪄 Enhance CHATGPT with copy button, export chat in any extension and clipboard manager 📋. Compatible with AIPRM ✅ |
ขนาดไฟล์ | 230 KB |
จำนวนการติดตั้ง | 361 |
เวอร์ชันปัจจุบัน | 1.1.6 |
อัปเดตครั้งล่าสุด | 2023-08-07 |
วันที่เผยแพร่ | 2023-02-26 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | CodeOz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Code-Oz |
URL หน้าช่วยเหลือ | https://twitter.com/Code__oz |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.6", "name": "Chatpgt Copy Export Clipboard", "description": "\ud83e\ude84 Enhance CHATGPT with copy button, export chat in any extension and clipboard manager \ud83d\udccb. Compatible with AIPRM \u2705", "icons": { "512": "logo.png" }, "action": { "default_popup": "menu.html" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/chat\/*", "https:\/\/chat.openai.com\/c\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ] } |