A browser extension that adds a convenient navigation panel for Grok chat messages, making it easier to jump between different parts of a conversation.
- Automatically creates a navigation panel for all messages in a Grok chat
- Displays message previews for quick identification
- Allows one-click navigation to any message in the conversation
- Updates in real-time when new messages are added
- Adapts to page navigation and URL changes
- Clean, unobtrusive design that matches the Grok interface
- Clone this repository or download the source code
- Load the extension in your browser:
- Chrome: Go to
chrome://extensions/, enable Developer mode, and click "Load unpacked" - Firefox: Go to
about:debugging#/runtime/this-firefox, click "Load Temporary Add-on", and select any file from the extension folder - Edge: Go to
edge://extensions/, enable Developer mode, and click "Load unpacked"
- Chrome: Go to
- Visit Grok and start or open a conversation
- The navigation panel will automatically appear on the top-right of the page
- Click on any message preview to instantly scroll to that message
manifest.json- Extension configuration filecontent.js- Main script that injects the navigation panel into the page
The extension uses vanilla JavaScript and doesn't require any build process. The main functionality is in content.js, which injects the navigation panel into the Grok chat interface.
To modify the extension:
- Edit the files as needed
- Reload the extension in your browser's extensions page
- Refresh any open Grok tabs
