Inspect and view changes in ChatGPT TOC source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "ChatGPT TOC Overlay",
"version": "3.0.1",
"description": "Local table of contents overlay for ChatGPT conversations.",
"browser_specific_settings": {
"gecko": {
"id": "chat-toc@local",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"tabs",
"storage",
"https://chatgpt.com/*",
"https://chat.openai.com/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "ChatGPT TOC"
},
"content_scripts": [
{
"matches": [
"https://chatgpt.com/*",
"https://chat.openai.com/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
]
} Best ChatGPT TOC Alternatives
Here are some Firefox add-ons that are similar to ChatGPT TOC:
Tocic - Chatbot Table of Content
Alan Cheung
ChatGPT Message Navigator
Adithyakrishnan
AI Chat TOC
Harsh
ChatGPT Table of Content
AOSL7
Elegant ChatGPT Navigation
grayfallstown
ChatGPT Conversation Navigator
Shubham Saini
ChatGPT Navigator
Prathamesh
Scroller for ChatGPT
eupthere
TocMap - Table of Contents
ExileCode
ChatGPT Sidebar
mjerem34
ChatGPT Conversation Tree Graph Visualizer
Krzysztof Gniewek
ChatGPT Message Navigator
Nandkishor Jadoun