A browser extension to display Gemini (Google's AI model, currently free) response alongside Google and other search engines results.
Before running this browser extension, you need to obtain the API key from Google. API key is currently free.
You can register the API key at https://makersuite.google.com/app/apikey.
Google, Baidu, Bing, DuckDuckGo, Brave, Yahoo, Naver, Yandex, Kagi, Searx
- Download
chromium.zip
from Releases. - Unzip the file.
- In Chrome/Edge go to the extensions page (
chrome://extensions
oredge://extensions
). - Enable Developer Mode.
- Drag the unzipped folder anywhere on the page to import it (do not delete the folder afterwards).
- Download
firefox.zip
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.
- Supports all popular search engines
- Supports Gemini Pro
- Supports the official OpenAI API
- Markdown rendering
- Code highlights
- Dark mode
- Provide feedback to improve Gemini
- Copy to clipboard
- Custom trigger mode
- Switch languages
Disable "Prevent sites from fingerprinting me based on my language preferences" in brave://settings/shields
- Clone the repo
- Install dependencies with
npm
npm run build
- Load
build/chromium/
orbuild/firefox/
directory to your browser
This project is inspired by and based on the following open-source project:
- chatgpt-google-extension - For the foundational codebase and features.