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" } ] } |