Searchable ChatGPT: search chat history

Search through your chats and messages instantly. Works locally and never sends your data. Press Ctrl-Shift-P or sidebar Button

Searchable ChatGPT: search chat history क्या है?

Searchable ChatGPT: search chat history https://myextension.store द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search through your chats and messages instantly. Works locally and never sends your data. Press Ctrl-Shift-P or sidebar Button"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Searchable ChatGPT: search chat history एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        - 🔍 Exact/fuzzy search. Word suggestions
- 🔒 Works locally and never sends your data. Does not make any calls to external APIs for searching
- ✅ No ads, no tracking/analytics, no 3rd party code
- 🖱️ Integrates seamlessly in web UI, works with both Light and Dark themes
- ⌨️ Hotkey: Ctrl-Shift-P

⏳ Note: extension needs some time after first install to fetch your existing chats and create a local index. You can see progress of conversation sync in the sidebar.

https://myextension.store/searchable-chatgpt/

How does it work

It creates a local index of all the chats and messages you have. It also adds a button in the sidebar and a hotkey to open the search (⌨️ Ctrl-Shift-P). When you type in the search box, it uses the local index to find the messages that match your query.

Why do I need it

Currently ChatGPT does not offer any way to find older chats other than just scrolling and looking through all of them. If you have numerous chats in ChatGPT web UI and regularly need to find something you've already discussed, this is just for you.

Does it search contents of the chats?

Yes, it creates an index of both chat names and chat messages. You can search for any word or phrase that was ever mentioned in any of your chats. After you first install the extension, please give it some time to fetch the index. Chat names are retrieved immediately, but messages may take a few minutes to fetch.

What are limitations of 🆓 free version?

🆓 Free version searches through all your chats and messages. Only limitation of free version is 3 search results per search.                    

एक्सटेंशन की मूल जानकारी

नाम Searchable ChatGPT: search chat history Searchable ChatGPT: search chat history
ID bldiolhaloogkkbpgojpbjbcalnldlpb
आधिकारिक URL https://chromewebstore.google.com/detail/searchable-chatgpt-search/bldiolhaloogkkbpgojpbjbcalnldlpb
विवरण Search through your chats and messages instantly. Works locally and never sends your data. Press Ctrl-Shift-P or sidebar Button
फ़ाइल का आकार 390 KB
स्थापना संख्या 379
वर्तमान संस्करण 1.0.12
अंतिम अपडेट 2024-03-06
प्रकाशन तिथि 2024-02-05
रेटिंग 5.00/5 कुल 18 रेटिंग्स
डेवलपर https://myextension.store
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://myextension.store/searchable-chatgpt/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Tik Hon",
    "name": "Searchable ChatGPT: search chat history",
    "description": "Search through your chats and messages instantly. Works locally and never sends your data. Press Ctrl-Shift-P or sidebar Button",
    "icons": {
        "48": "icon.48.743c5fdd.png",
        "96": "icon.96.80e390df.png",
        "128": "icon.128.704a5fa5.png"
    },
    "version": "1.0.12",
    "permissions": [
        "webRequest",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "*:\/\/chat.openai.com\/*"
    ],
    "background": {
        "service_worker": "background.87b11717.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.29d2be8f.js"
            ],
            "css": []
        }
    ]
}