Prompt Compass - ChatGPT Navigator and Index Firefox

Examine source code of Prompt Compass - ChatGPT Navigator and Index

Inspect and view changes in Prompt Compass - ChatGPT Navigator and Index source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Prompt Compass - ChatGPT Chat Collapse",
  "version": "1.1",
  "description": "ChatGPT is powerful — but the longer the thread, the easier it is to lose the plot. Meet Prompt Compass.",
  "author": "Steen Caelius",
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://chat.openai.com/*",
    "https://chatgpt.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon-16.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    }
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "promptcompass@steen.dev",
      "strict_min_version": "109.0"
    }
  }
}

Best Prompt Compass - ChatGPT Navigator and Index Alternatives

Here are some Firefox add-ons that are similar to Prompt Compass - ChatGPT Navigator and Index: