ChatGPT for Bing
A browser extension to display ChatGPT response alongside Bing Search results, supports Chrome/Edge/Firefox
Installation
Install to Chrome/Edge
Install from Chrome Web Store(WIP)
Local Install
- Download
chrome.tar.gz
from Releases
- Unzip the file
- In Chrome/Edge go to the extensions page (
chrome://extensions
or edge://extensions
).
- Enable Developer Mode.
- Drag the unzipped folder anywhere on the page to import it (do not delete the folder afterwards).
Install to Firefox
Local Install
- Download
firefox.tar.gz
from Releases
- Unzip the file
- Go to
about:debugging
, click “This Firefox” on the sidebar
- Click “Load Temporary Add-on” button, then select any file in the unzipped folder
Build from source
- Clone the repo
- Install dependencies with
pnpm
- Run
./build.sh
for Chrome, ./build.sh firefox
for Firefox
- Load the
build
directory to your browser