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은(는) muhammedirsat000에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Character.AI now has extra features. Memory Manager, cloning your chats to explore different routes, saving chats and characters!"입니다.
확장 프로그램 스크린샷
CAI Tools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } ] } |