An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Switch to ChatGPT logo](extension/switch-to-chatgpt-logo_128.png)

# 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:

[![Get the Add-on](get-the-addon-129x45px.8041c789.png)](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.