You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
***ChatGPT**
19
19
***DeepSeek Chat**
20
20
***Google AI Studio**
21
+
***Google Gemini**
21
22
***Claude**
22
23
***Microsoft Copilot (formerly Bing Chat)**
23
24
***Grok.com**
@@ -29,8 +30,8 @@ Tired of retyping the same prompts in your AI chats? **OneClickPrompts** lets y
29
30
30
31
## Key Features
31
32
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!).
34
35
- Customizable Buttons: Easily create buttons for any prompt you use regularly.
35
36
- Prompt Profiles: Organize your buttons into profiles for different tasks, projects, AI platforms, or writing styles.
36
37
- 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
53
54
54
55
**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!
Copy file name to clipboardExpand all lines: code-notes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This document provides a high-level overview of the OneClickPrompts Chrome Exten
4
4
5
5
## Core Functionality
6
6
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.
8
8
9
9
## File Descriptions
10
10
@@ -111,7 +111,7 @@ The OneClickPrompts extension enhances AI chat platforms like ChatGPT, Claude, C
111
111
3.`floating-panel-ui-creation.js`: Adds UI creation methods to the namespace
112
112
4.`floating-panel-ui-interaction.js`: Adds UI interaction methods to the namespace
113
113
5.`buttons-init.js`: Calls `initialize()` and creates toggle button
114
-
114
+
115
115
***Panel Summoning Process:**
116
116
1. Toggle button calls `togglePanel(event)`
117
117
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
150
150
***Purpose:** Handles the injection of custom buttons into the webpage.
151
151
***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.
0 commit comments