[ En | 中 | A simple Chrome extension designed to enhance the user experience on Google AI Studio.
The Gemini models within Google AI Studio can provide more up-to-date answers by enabling the "Grounding with Google Search" option, which fetches the latest information from the web. However, AI Studio has an inconvenient behavior:
- This option is disabled by default.
- Users need to manually re-enable this option every time they start a new conversation, as it doesn't remember the setting.
This is tedious and easy to forget for users who want their AI responses consistently grounded in the latest information.
This Chrome extension automates this task for you!
When you visit aistudio.google.com and are about to start or continue a conversation, this extension automatically detects and ensures that the "Grounding with Google Search" toggle (usually a checkbox or switch) is enabled.
- Automatic Enablement: Automatically checks the Google Search grounding option without any manual intervention.
- Seamless Integration: Works silently in the background after installation, not disrupting your workflow.
- Improved Efficiency: Saves you the hassle of manually enabling the switch for every new conversation, letting you focus on interacting with the AI.
- Ensured Timeliness: Helps ensure your AI Studio conversations leverage the latest web information whenever possible.
Method 1: Via Chrome Web Store (Recommended)
[Link to your Chrome Web Store listing will go here]
Method 2: Manual Loading (Developer Mode)
- Download or clone this repository to your local machine.
- Open Google Chrome, type
chrome://extensions
in the address bar, and press Enter. - Enable the "Developer mode" toggle, usually found in the top-right corner.
- Click the "Load unpacked" button, typically located in the top-left.
- Select the folder where you downloaded or cloned the code.
- The extension icon should appear in your browser's toolbar, indicating successful installation.
The extension monitors the loading and changes on the aistudio.google.com page. When it detects the relevant Google Search switch element exists and is not checked, it automatically triggers a click event to enable it.
Feel free to submit issues or pull requests to improve this extension!
use build script(for local debug)
- run
npm run build
. - you will get
extension.zip
under dist folder.
This project is licensed under the Apache License.