ChatGPT - Chat History Search & Filter

Enhance ChatGPT with Chat History Search & Filter.

ChatGPT - Chat History Search & Filterとは何ですか?

ChatGPT - Chat History Search & FilterはChromify AI Labsによって開発されたChromeの拡張機能で、その主な機能は「Enhance ChatGPT with Chat History Search & Filter.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

ChatGPT - Chat History Search & Filter拡張機能のCRXファイルをダウンロード

ChatGPT - Chat History Search & Filter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ChatGPT Chat History Search & Filter is a powerful Chrome extension that empowers you to efficiently search and filter your ChatGPT conversations. Seamlessly find specific messages, topics, or participants with the integrated search field, or apply smart filters to navigate through lengthy chat histories and focus on relevant discussions. The extension intelligently highlights search results, making it simple to identify matches and apply precise filters. Stay organized and boost productivity with our user-friendly Chat History Search & Filter.                    

拡張機能の基本情報

名前 ChatGPT - Chat History Search & Filter ChatGPT - Chat History Search & Filter
ID mbepapebfcfanmmjbblbcafpomegjlag
公式URL https://chromewebstore.google.com/detail/chatgpt-chat-history-sear/mbepapebfcfanmmjbblbcafpomegjlag
説明 Enhance ChatGPT with Chat History Search & Filter.
ファイルサイズ 55.33 KB
インストール数 46
現在のバージョン 1.1
最終更新日 2023-09-17
公開日 2023-08-06
開発者 Chromify AI Labs
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT - Chat History Search & Filter",
    "version": "1.1",
    "description": "Enhance ChatGPT with Chat History Search & Filter.",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ],
            "css": [
                "css\/chat.openai.com.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "ChatGPT Chat Search",
        "web_accessible_resources": [
            {
                "resources": [
                    "assets\/*"
                ],
                "matches": [
                    "https:\/\/chat.openai.com\/*"
                ],
                "use_dynamic_url": true
            }
        ]
    },
    "icons": {
        "16": "assets\/favicons\/chatgpt-chat-search-favicon-16x16.png",
        "48": "assets\/favicons\/chatgpt-chat-search-favicon-48x48.png",
        "128": "assets\/favicons\/chatgpt-chat-search-favicon-128x128.png"
    }
}