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文件
下载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 扩展基本信息
| 名称 | |
| 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"
}
]
} | |