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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Character.AI now has extra features. Memory Manager, cloning your chats to explore different routes, saving chats and characters!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CAI Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } ] } |