grabClaude2AI
Download Claude 2 conversations into Text files.
grabClaude2AIคืออะไร?
grabClaude2AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SlipTheTrap และคุณลักษณะหลักของมันคือ "Download Claude 2 conversations into Text files."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย grabClaude2AI
ดาวน์โหลดไฟล์ส่วนขยาย grabClaude2AI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Now you can capture/grab into a TXT file or copy to the clipboard an entire chat session with Claude 2 A.I.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | grabClaude2AI |
ID | ciponckjkffinoemiggkkfdgkphmjibi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/grabclaude2ai/ciponckjkffinoemiggkkfdgkphmjibi |
คำอธิบาย | Download Claude 2 conversations into Text files. |
ขนาดไฟล์ | 7.48 KB |
จำนวนการติดตั้ง | 96 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-07-17 |
วันที่เผยแพร่ | 2023-07-16 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | SlipTheTrap |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "grabClaude2AI", "description": "Download Claude 2 conversations into Text files.", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "scripting" ] } |