Share Chat GPT
Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image
Share Chat GPTคืออะไร?
Share Chat GPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย danielkellyio และคุณลักษณะหลักของมันคือ "Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Share Chat GPT
ดาวน์โหลดไฟล์ส่วนขยาย Share Chat GPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dchbgannbkhdanjbjgncijknhffdcagf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/share-chat-gpt/dchbgannbkhdanjbjgncijknhffdcagf |
คำอธิบาย | Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image |
ขนาดไฟล์ | 150 KB |
จำนวนการติดตั้ง | 2,446 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-12-13 |
วันที่เผยแพร่ | 2022-12-12 |
คะแนน | 2.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | danielkellyio |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Share Chat GPT", "description": "Share full GPT Chat threads with a readonly webpage that can be copy\/pasted from and has an auto-generated social share image", "version": "1.0", "action": { "default_popup": "index.html", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "permissions": [ "activeTab", "scripting", "storage" ] } |