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.”。
擴展截圖
下載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 |
ID | mbepapebfcfanmmjbblbcafpomegjlag |
官方網址 | 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 |
電子郵箱 | [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" } } |