ChatGPT Enhanced Conversation History
Search & Fully Load ChatGPT Conversation History
ChatGPT Enhanced Conversation History क्या है?
ChatGPT Enhanced Conversation History João Correia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search & Fully Load ChatGPT Conversation History"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ChatGPT Enhanced Conversation History एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ChatGPT Enhanced Conversation History is a Chrome extension that makes your ChatGPT conversation history more convenient to use. With this extension, you can search through your chat history and easily find the information you need. Additionally, the extension automatically loads the full conversation history, saving you the hassle of manually clicking "Show More" repeatedly. Features: Search through your ChatGPT conversation history Automatically load the full conversation history Conveniently access all of your chat history without any hassle Improve your productivity by quickly finding the information you need Easy to use and intuitive interface Download ChatGPT History Enhancer today and start enjoying the benefits of enhanced chat history management!
एक्सटेंशन की मूल जानकारी
नाम | ChatGPT Enhanced Conversation History |
ID | kjcolgolkgpcoodoemfgphbdijhpaoen |
आधिकारिक URL | https://chromewebstore.google.com/detail/chatgpt-enhanced-conversa/kjcolgolkgpcoodoemfgphbdijhpaoen |
विवरण | Search & Fully Load ChatGPT Conversation History |
फ़ाइल का आकार | 27.71 KB |
स्थापना संख्या | 137 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2023-03-31 |
प्रकाशन तिथि | 2023-03-31 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | João Correia |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Correia-jpv/ChatGPT-Enhanced-Conversation-History |
सहायता पृष्ठ URL | https://github.com/Correia-jpv/ChatGPT-Enhanced-Conversation-History/issues/new/choose |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT Enhanced Conversation History", "description": "Search & Fully Load ChatGPT Conversation History", "version": "0.0.1", "manifest_version": 3, "icons": { "16": "img\/logo-16.png", "19": "img\/logo-19.png", "38": "img\/logo-38.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "action": { "default_icon": "img\/logo-48.png" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.chunk-848233a6.2acfd257.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "web_accessible_resources": [ { "matches": [], "resources": [ "img\/logo-16.png", "img\/logo-19.png", "img\/logo-38.png", "img\/logo-48.png", "img\/logo-128.png" ], "use_dynamic_url": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/chunk-848233a6.js" ], "use_dynamic_url": true } ] } |