Skip to content

Commit 27f1826

Browse files
committed
Gemini added to readme
1 parent 2182928 commit 27f1826

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* **ChatGPT**
1919
* **DeepSeek Chat**
2020
* **Google AI Studio**
21+
* **Google Gemini**
2122
* **Claude**
2223
* **Microsoft Copilot (formerly Bing Chat)**
2324
* **Grok.com**
@@ -29,8 +30,8 @@ Tired of retyping the same prompts in your AI chats? **OneClickPrompts** lets y
2930

3031
## Key Features
3132

32-
- One-Click Prompt Insertion: Instantly add your custom prompts to ChatGPT, DeepSeek Chat, Google AI Studio, Claude, Copilot, and more with a single click.
33-
- Multi-Platform Support: Works seamlessly across ChatGPT, DeepSeek Chat, Google AI Studio, Claude, and Copilot (and growing!).
33+
- One-Click Prompt Insertion: Instantly add your custom prompts to ChatGPT, DeepSeek Chat, Google AI Studio, Claude, Copilot, Gemini, and more with a single click.
34+
- Multi-Platform Support: Works seamlessly across ChatGPT, DeepSeek Chat, Google AI Studio, Claude, Copilot, Gemini, and Grok (and growing!).
3435
- Customizable Buttons: Easily create buttons for any prompt you use regularly.
3536
- Prompt Profiles: Organize your buttons into profiles for different tasks, projects, AI platforms, or writing styles.
3637
- Visual Icons & Emojis: Personalize buttons with emojis or characters for quick visual recognition.
@@ -53,5 +54,4 @@ If you encounter any issues, simply reload your browser. For persistent problems
5354

5455
**Do whatever you like!** Attribution is appreciated – a link back to me and the Chrome Web Store listing would be great. Pull requests with improvements are welcome!
5556

56-
---
57-
57+
---

code-notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document provides a high-level overview of the OneClickPrompts Chrome Exten
44

55
## Core Functionality
66

7-
The OneClickPrompts extension enhances AI chat platforms like ChatGPT, Claude, Copilot, DeepSeek, AI Studio, and Grok by adding customizable buttons that inject pre-defined prompts into the chat input area. It also includes features for managing profiles, enabling keyboard shortcuts, and customizing the user interface.
7+
The OneClickPrompts extension enhances AI chat platforms like ChatGPT, Claude, Copilot, DeepSeek, AI Studio, Gemini, and Grok by adding customizable buttons that inject pre-defined prompts into the chat input area. It also includes features for managing profiles, enabling keyboard shortcuts, and customizing the user interface.
88

99
## File Descriptions
1010

@@ -111,7 +111,7 @@ The OneClickPrompts extension enhances AI chat platforms like ChatGPT, Claude, C
111111
3. `floating-panel-ui-creation.js`: Adds UI creation methods to the namespace
112112
4. `floating-panel-ui-interaction.js`: Adds UI interaction methods to the namespace
113113
5. `buttons-init.js`: Calls `initialize()` and creates toggle button
114-
114+
115115
* **Panel Summoning Process:**
116116
1. Toggle button calls `togglePanel(event)`
117117
2. First call creates panel without loading settings to avoid race conditions
@@ -150,7 +150,7 @@ The OneClickPrompts extension enhances AI chat platforms like ChatGPT, Claude, C
150150
* **Purpose:** Handles the injection of custom buttons into the webpage.
151151
* **Role:** Checks for existing modifications, injects the custom buttons, and implements a resiliency mechanism to re-inject the elements if they disappear due to dynamic page updates.
152152

153-
### `buttons-clicking-chatgpt.js`, `buttons-clicking-claude.js`, `buttons-clicking-copilot.js`, `buttons-clicking-deepseek.js`, `buttons-clicking-aistudio.js`, `buttons-clicking-grok.js`
153+
### `buttons-clicking-chatgpt.js`, `buttons-clicking-claude.js`, `buttons-clicking-copilot.js`, `buttons-clicking-deepseek.js`, `buttons-clicking-aistudio.js`, `buttons-clicking-grok.js`, `buttons-clicking-gemini.js`
154154

155155
* **Purpose:** Site-specific logic for handling custom send button clicks.
156156
* **Role:** Each file contains the code necessary to insert text into the appropriate input area and trigger the send button on its respective website.

0 commit comments

Comments
 (0)