https://github.com/mgalgs/switch-to-chatgpt
Firefox extension to switch to your currently open ChatGPT tab
https://github.com/mgalgs/switch-to-chatgpt
Last synced: about 1 year ago
JSON representation
Firefox extension to switch to your currently open ChatGPT tab
- Host: GitHub
- URL: https://github.com/mgalgs/switch-to-chatgpt
- Owner: mgalgs
- License: mit
- Created: 2023-08-24T16:44:33.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T19:45:59.000Z (over 1 year ago)
- Last Synced: 2025-03-15T07:44:24.342Z (over 1 year ago)
- Language: JavaScript
- Size: 806 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Switch to ChatGPT Tab Extension
It's handy to pin a ChatGPT tab for easy access, but getting to the tab
still involves Control-Tab'ing around or clicking on the tab: not efficient
:cry:.
This Firefox extension allows users to switch to their ChatGPT browser tab
using a keyboard shortcut. By default, the shortcut is set to
"Ctrl+Alt+Y".
## Installation
You can install this extension from the Firefox Browser Add-ons store:
[](https://addons.mozilla.org/en-US/firefox/addon/switch-to-chatgpt-tab/)
## Usage
Once the extension is loaded, simply press the keyboard shortcut (default
"Ctrl+Shift+Y") to switch to the ChatGPT tab.
## Development
To hack on this extension, you will need to load it into Firefox as a
temporary extension. Follow these steps:
1. Clone or download this repository to your local machine.
2. Open Firefox and navigate to `about:debugging`.
3. Click "This Firefox" on the left sidebar.
4. Click "Load Temporary Add-on..." and select the `manifest.json` file
from the downloaded directory.