A Chrome extension that allows you to inject custom system prompts and temperature settings into Google AI Studio.
AI Studio Prompter streamlines your workflow when working with Google's AI Studio by allowing you to:
- Save and manage multiple system prompts
- Quickly inject saved prompts into the AI Studio interface
- Customize temperature settings for different creative needs
- Easily switch between different prompt configurations
This extension is perfect for AI developers, content creators, and anyone who regularly uses Google AI Studio with different system prompts.
- Prompt Management: Save, organize, and delete custom system prompts
- One-Click Injection: Instantly apply saved prompts to Google AI Studio
- Temperature Control: Set specific temperature values (0.0 - 2.0) for each prompt
- Persistent Storage: Your prompts are saved locally between sessions
- Smart Detection: Automatically finds the right input field in AI Studio
- Cross-Page Support: Works across all pages within AI Studio
- Download or clone this repository to your local machine
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" using the toggle in the top right corner
- Click "Load unpacked" and select the directory containing the extension files
- The extension icon should now appear in your Chrome toolbar
Note: It will not be available on the Chrome web store, sadly.
- Click the extension icon in your Chrome toolbar to open the popup
- To add a new prompt:
- Click "+ Add New Prompt"
- Enter a name for your prompt
- Write your system prompt text
- Set your desired temperature (between 0.0 and 2.0)
- Click "Save Prompt"
- To inject a saved prompt:
- Navigate to Google AI Studio
- Click the extension icon
- Click "Inject" next to the prompt you want to use
- If you navigate away from AI Studio, clicking "Inject" will open AI Studio in a new tab
- Delete a prompt: Click the "X" button next to any saved prompt
- View prompt details: Hover over a prompt name to see the full prompt text
- Connection issues: If the extension doesn't inject properly, use the "Refresh Connection" button at the bottom of the popup
The extension uses:
- Chrome Extension Manifest V3
- Content scripts for DOM injection
- Background service worker for cross-tab communication
- Local storage for saving prompts
manifest.json
- Extension configurationpopup.html/js
- User interface for managing promptscontent.js
- Handles prompt injection into AI Studiobackground.js
- Manages extension state and communicationsicons/
- Extension icons in various sizes
- Works with Google Chrome and Chromium-based browsers
- Compatible with Google AI Studio (aistudio.google.com)
- Requires Chrome Extension Manifest V3 support
Prompt Not Injecting?
- Make sure you're on aistudio.google.com
- Try clicking "Refresh Connection" at the bottom of the popup
- Reload the AI Studio page and try again
Extension Not Working?
- Check that the extension is enabled in chrome://extensions/
- Verify that you have permitted the extension to access AI Studio
- Try reinstalling the extension
This extension:
- Does not collect or transmit any user data
- Stores prompts locally in your browser's storage
- Only activates on aistudio.google.com domains
- Requires minimal permissions (only activeTab and scripting)
This project is available as open source under the terms of the MIT License.
For bug reports, feature requests, or contributions:
- Open an issue on GitHub
- Submit a pull request with proposed changes
This extension is not affiliated with, endorsed by, or connected to Google Inc. or Google AI Studio.