gemini-google-extension
gemini-google-extension copied to clipboard
Chrome extension to view Gemini results alongside Google search
Gemini for Google
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.
Supported Search Engines
Google, Baidu, Bing, DuckDuckGo, Brave, Yahoo, Naver, Yandex, Kagi, Searx
Screenshot
Installation
Install from Chrome Web Store
Install from Mozilla Add-on Store
Install from Edge Web Store
Local Install Chrome/Edge Extension
- 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).
Local Install Firefox Extension
- 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.
Features
- 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
Troubleshooting
How to make it work in Brave
Disable "Prevent sites from fingerprinting me based on my language preferences" in brave://settings/shields
Build from source
- Clone the repo
- Install dependencies with
npm
-
npm run build
- Load
build/chromium/
orbuild/firefox/
directory to your browser
Credit
This project is inspired by and based on the following open-source project:
- chatgpt-google-extension - For the foundational codebase and features.
License
GPL-3.0 license