CAI Tools
Character.AI now has extra features. Memory Manager, cloning your chats to explore different routes, saving chats and characters!
CAI Toolsคืออะไร?
CAI Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย muhammedirsat000 และคุณลักษณะหลักของมันคือ "Character.AI now has extra features. Memory Manager, cloning your chats to explore different routes, saving chats and characters!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CAI Tools
ดาวน์โหลดไฟล์ส่วนขยาย CAI Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features: - Clone/Duplicate your chat to explore different routes. - Extend the memory of your bot with your customizable reminders. - Save your chats on your PC and read them offline. - Download characters in both JSON and PNG (Card) format. - Make a private copy of bots for edits and personalized use. - Review character settings even if they are hidden! - Download your chats in Oobabooga, Tavern & SillyTavern formats. - Download your chats as definitions/example chats. Misc: - Drag the button with its appendage and remove it with 3 taps on it. Source codes, BUG REPORTS and Read Me: https://github.com/irsat000/CAI-Tools Contact: [email protected] Donations: https://www.patreon.com/Irsat
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CAI Tools |
ID | nbhhncgkhacdaaccjbbadkpdiljedlje |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cai-tools/nbhhncgkhacdaaccjbbadkpdiljedlje |
คำอธิบาย | Character.AI now has extra features. Memory Manager, cloning your chats to explore different routes, saving chats and characters! |
ขนาดไฟล์ | 71.7 KB |
จำนวนการติดตั้ง | 25,482 |
เวอร์ชันปัจจุบัน | 2.1.1 |
อัปเดตครั้งล่าสุด | 2024-02-28 |
วันที่เผยแพร่ | 2023-02-26 |
คะแนน | 4.56/5 รวมทั้งหมด 63 คะแนน |
ผู้พัฒนา | muhammedirsat000 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/irsat000/CAI-Tools |
URL หน้าช่วยเหลือ | https://github.com/irsat000/CAI-Tools/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CAI Tools", "description": "Character.AI now has extra features. Memory Manager, cloning your chats to explore different routes, saving chats and characters!", "version": "2.1.1", "icons": { "128": "\/logo128.png" }, "permissions": [], "background": { "service_worker": "\/scripts\/background.js" }, "web_accessible_resources": [ { "resources": [ "\/scripts\/intercept.js", "\/ReadOffline.html" ], "matches": [ "https:\/\/beta.character.ai\/*", "https:\/\/plus.character.ai\/*", "https:\/\/character.ai\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/beta.character.ai\/*", "https:\/\/plus.character.ai\/*", "https:\/\/character.ai\/*" ], "js": [ "\/scripts\/crc32.min.js", "\/scripts\/jszip.min.js", "\/scripts\/content.js" ], "css": [ "\/style\/main.css" ], "run_at": "document_end" } ] } |