CAI Tools
Character.AI now has extra features. Memory Manager, cloning your chats to explore different routes, saving chats and characters!
CAI Tools là gì?
CAI Tools là một tiện ích mở rộng Chrome được phát triển bởi muhammedirsat000, và tính năng chính của nó là "Character.AI now has extra features. Memory Manager, cloning your chats to explore different routes, saving chats and characters!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CAI Tools
Tải xuống các tệp mở rộng CAI Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CAI Tools |
ID | nbhhncgkhacdaaccjbbadkpdiljedlje |
URL Chính Thức | https://chromewebstore.google.com/detail/cai-tools/nbhhncgkhacdaaccjbbadkpdiljedlje |
Mô tả | Character.AI now has extra features. Memory Manager, cloning your chats to explore different routes, saving chats and characters! |
Kích Thước Tệp | 71.7 KB |
Số Lần Cài Đặt | 25,482 |
Phiên Bản Hiện Tại | 2.1.1 |
Cập Nhật Lần Cuối | 2024-02-28 |
Ngày Phát Hành | 2023-02-26 |
Đánh Giá | 4.56/5 Tổng số 63 Đánh Giá |
Nhà Phát Triển | muhammedirsat000 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/irsat000/CAI-Tools |
URL Trang Trợ Giúp | https://github.com/irsat000/CAI-Tools/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |