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:
ChatGPT Message Navigator
Adithyakrishnan
Tocic - Chatbot Table of Content
Alan Cheung
AI Chat TOC
Harsh
Elegant ChatGPT Navigation
grayfallstown
ChatGPT Navigator
Prathamesh
ChatGPT Table of Content
AOSL7
ChatGPT Conversation Navigator
Shubham Saini
ChatGPT Sidebar
mjerem34
GPT Chat Sidebar
Nhacaiuytin
ChatIndex
sidharth
ChatGPT Message Navigator
Nandkishor Jadoun