Searchable ChatGPT: search chat history

Searchable ChatGPT: search chat history

Search ChatGPT conversation history instantly. Fully local and private. Press Ctrl-Shift-P or sidebar Button

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "author": "Tik Hon",
  "name": "Searchable ChatGPT: search chat history",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "109.0"
    }
  },
  "description": "Search ChatGPT conversation history instantly. Fully local and private. Press Ctrl-Shift-P or sidebar Button",
  "icons": {
    "16": "icon.16.0279e7b1.png",
    "32": "icon.32.80786fed.png",
    "48": "icon.48.78d00f2a.png",
    "96": "icon.96.8054bd4e.png",
    "128": "icon.128.18aa75d4.png"
  },
  "version": "1.0.18",
  "permissions": [
    "webRequest",
    "identity",
    "*://chatgpt.com/*"
  ],
  "background": {
    "scripts": [
      "background.c508079b.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "content.ae1c8096.js"
      ],
      "css": []
    }
  ]
}