WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
AI Chat Navigator: Navigation Sidebar, Mindmap & Export for ChatGPT & More

AI Chat Navigator: Navigation Sidebar, Mindmap & Export for ChatGPT & More

View on Chrome Web Store
View AI Chat Navigator: Navigation Sidebar, Mindmap & Export for ChatGPT & More Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (9 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Organize, navigate, visualize, copy & export conversations across multiple AI platforms such as ChatGPT, Gemini, Claude, DeepSeek
Type
Extension
Users
341 users
23
robinlud15
View author page of robinlud15
Published
Published on December 15, 2024
Version 1.5.0
Manifest version
3
Updated
Updated on March 7, 2026
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View AI Chat Navigator: Navigation Sidebar, Mindmap & Export for ChatGPT & More Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "version": "1.5.0",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chatgpt.com\/*",
                "https:\/\/claude.ai\/chat\/*",
                "https:\/\/chat.deepseek.com\/*",
                "https:\/\/grok.com\/*",
                "https:\/\/grok.x.ai\/*",
                "https:\/\/x.ai\/*",
                "https:\/\/www.perplexity.ai\/*",
                "https:\/\/perplexity.ai\/*",
                "https:\/\/gemini.google.com\/*",
                "https:\/\/chat.qwen.ai\/*",
                "https:\/\/chat.qwenlm.ai\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "libs\/turndown.js",
                "libs\/turndown-plugin-gfm.js",
                "libs\/marked.min.js",
                "libs\/html2pdf.bundle.min.js",
                "libs\/jspdf.umd.min.js",
                "siteConfig.js",
                "mindmap.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "libs\/*.js",
                "libs\/*.css"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chatgpt.com\/*",
                "https:\/\/claude.ai\/*",
                "https:\/\/grok.com\/*",
                "https:\/\/grok.x.ai\/*",
                "https:\/\/x.ai\/*",
                "https:\/\/chat.deepseek.com\/*",
                "https:\/\/gemini.google.com\/*",
                "https:\/\/www.perplexity.ai\/*",
                "https:\/\/perplexity.ai\/*",
                "https:\/\/chat.qwen.ai\/*",
                "https:\/\/chat.qwenlm.ai\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top