Chrome extension to use the web screens of ChatGPT, Bard, Claude and Copilot at the same time
- Clone this repository locally.
- Install packages.
yarn install- Run this extension.
yarn dev- Open
chrome://extensions/in your Chrome browser and enable developer mode. - Click
Load unpackagedand select the folder for the built extension. The folder for the buld extension isdist.
- Open popup from Chrome and a small window will open.
- Click "Open chat window" button and then the main chat-gateway window will open.
- Cliek "Open Chat Windows" button and then the web screens of ChatGPT, Bard, Claude and Copilot will open.
- Input some prompt text in the textarea and click send button.
- The prompt is sent to the screens and each AI service starts generating answer.
- The answers are sent back to the chat-gateway window and will be displayed in each response area.
- Please sign in to each service before using this extension.
- This extension is still under development. New functionality might be added if you have need.
- Refactor messy codes
- Store the histories of prompt and answers into local storage
- Implementation of
options.htmlfor dynamic configuration such as window size, display position and so forth - Supporting other AI service like Perplexity AI. Let me know if you know some good services.