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
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } ] } |